Html Css Color HEX #CC31CB Fuchsia

📋 copy color: '#CC31CB'

red 204 ◦ green 49 ◦ blue 203

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

Shades of Fuchsia #CC31CB

Tints of Fuchsia #CC31CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

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

R = 44.74%
G = 10.75%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC31CB (or 0xCC31CB) is known color: Fuchsia. HEX triplet: CC, 31 and CB. RGB value is (204,49,203). Sum of RGB (Red+Green+Blue) = 204+49+203=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31CB is #33CE34. Grayscale: #707070. Windows color (decimal): -3395125 or 13316556. OLE color: 13316556.

HSL color Cylindrical-coordinate representation of color #CC31CB: hue angle of 300.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31CB is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 203 -
CMYK 0 0.76 0.00 0.2
HSL 300.39º 0.61% 0.5% -
HSV(B) 300.39º 0.76% 0.8% -
XYZ 36.78 19.35 58.3 -
YUV 112.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 204 49 203 0 0.76 0.00 0.2 300.39 0.61 0.5
Hex CC 31 CB 0 4C 0 14 12C 3D 32
Octal 314 61 313 0 114 0 24 454 75 62
Binary 11001100 110001 11001011 0 1001100 0 10100 100101100 111101 110010

Color Harmonies of #CC31CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31CB

Black with #CC31CB

Text Example


Text Example

White with #CC31CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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