#cc2fbf

Color #CC2FBF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC2FBF

Tints of Fuchsia #CC2FBF

Color information

#CC2FBF (or 0xCC2FBF) is unknown color: approx Fuchsia. HEX triplet: CC, 2F and BF. RGB value is (204,47,191). Sum of RGB (Red+Green+Blue) = 204+47+191=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FBF is #33D040. Grayscale: #6D6D6D. Windows color (decimal): -3395649 or 12529612. OLE color: 12529612.

HSL color Cylindrical-coordinate representation of color #CC2FBF: hue angle of 304.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2FBF is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB20447191-
CMYK00.770.060.2
HSL304.97º62.55%49.22%-
HSV(B)304.97º76.96%80%-
XYZ35.3218.6351.02-
YUV110.36173.51194.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 47 (18.75% from 255) = 10.63%
BLUE value IS 191 (75% from 255) = 43.21%
R=46.15%
G=10.63%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044719100.770.060.2304.9762.5549.22
HexCC2FBF04D6141313f31
Octal3145727701156244617761
Binary11001100101111101111110100110111010100100110001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2fbf; }

 p { color: rgb(204,47,191); }

 H1.HeaderClassName
 {
   color: #cc2fbf;
 }
 .AnyTagClassName
 {
   color: #cc2fbf;
 }
</style>
background-color css

<style>
 a { background-color: #cc2fbf; }

 a { background-color: rgb(204,47,191); }

 div.DivClassName
 {
   background-color: #cc2fbf;
 }
 .BgClassName
 {
   background-color: #cc2fbf;
 }
</style>
border-color css

<style>
 span { border-color: #cc2fbf; }

 span { border-color: rgb(204,47,191); }

 td.TdClassName
 {
   border-color: #cc2fbf;
 }
 .TagClassName
 {
   border-color: #cc2fbf;
 }
</style>