Html Css Color HEX #CC61CB Fuchsia

📋 copy color: '#CC61CB'

red 204 ◦ green 97 ◦ blue 203

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

Shades of Fuchsia #CC61CB

Tints of Fuchsia #CC61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.25%

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

R = 40.48%
G = 19.25%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC61CB (or 0xCC61CB) is known color: Fuchsia. HEX triplet: CC, 61 and CB. RGB value is (204,97,203). Sum of RGB (Red+Green+Blue) = 204+97+203=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CB is #339E34. Grayscale: #8C8C8C. Windows color (decimal): -3382837 or 13328844. OLE color: 13328844.

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

Color convert

RGB 204 97 203 -
CMYK 0 0.52 0.00 0.2
HSL 300.56º 0.51% 0.59% -
HSV(B) 300.56º 0.52% 0.8% -
XYZ 39.96 25.7 59.35 -
YUV 141.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 204 97 203 0 0.52 0.00 0.2 300.56 0.51 0.59
Hex CC 61 CB 0 34 0 14 12D 33 3B
Octal 314 141 313 0 64 0 24 455 63 73
Binary 11001100 1100001 11001011 0 110100 0 10100 100101101 110011 111011

Color Harmonies of #CC61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61CB

Black with #CC61CB

Text Example


Text Example

White with #CC61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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