Html Css Color HEX #CC2FCB Fuchsia

📋 copy color: '#CC2FCB'

red 204 ◦ green 47 ◦ blue 203

#CC2FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC2FCB

Tints of Fuchsia #CC2FCB

RGB

 RED value IS 204 (80.08% from 255) = 44.93%

 GREEN value IS 47 (18.75% from 255) = 10.35%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 44.93%
G = 10.35%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC2FCB (or 0xCC2FCB) is known color: Fuchsia. HEX triplet: CC, 2F and CB. RGB value is (204,47,203). Sum of RGB (Red+Green+Blue) = 204+47+203=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FCB is #33D034. Grayscale: #6F6F6F. Windows color (decimal): -3395637 or 13316044. OLE color: 13316044.

HSL color Cylindrical-coordinate representation of color #CC2FCB: hue angle of 300.38º 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 #CC2FCB is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 203 -
CMYK 0 0.77 0.00 0.2
HSL 300.38º 0.63% 0.49% -
HSV(B) 300.38º 0.77% 0.8% -
XYZ 36.7 19.18 58.27 -
YUV 111.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 204 47 203 0 0.77 0.00 0.2 300.38 0.63 0.49
Hex CC 2F CB 0 4D 0 14 12C 3F 31
Octal 314 57 313 0 115 0 24 454 77 61
Binary 11001100 101111 11001011 0 1001101 0 10100 100101100 111111 110001

Color Harmonies of #CC2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FCB

Black with #CC2FCB

Text Example


Text Example

White with #CC2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FCB; }

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

 H1.HeaderClassName
 {
   color: #CC2FCB;
 }
 .AnyTagClassName
 {
   color: #CC2FCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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