Html Css Color HEX #CC60CB Fuchsia

📋 copy color: '#CC60CB'

red 204 ◦ green 96 ◦ blue 203

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

Shades of Fuchsia #CC60CB

Tints of Fuchsia #CC60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.09%

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

R = 40.56%
G = 19.09%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC60CB (or 0xCC60CB) is known color: Fuchsia. HEX triplet: CC, 60 and CB. RGB value is (204,96,203). Sum of RGB (Red+Green+Blue) = 204+96+203=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60CB is #339F34. Grayscale: #8C8C8C. Windows color (decimal): -3383093 or 13328588. OLE color: 13328588.

HSL color Cylindrical-coordinate representation of color #CC60CB: 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.53%. Process color model (Four color, CMYK) of #CC60CB is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 203 -
CMYK 0 0.53 0.00 0.2
HSL 300.56º 0.51% 0.59% -
HSV(B) 300.56º 0.53% 0.8% -
XYZ 39.86 25.51 59.32 -
YUV 140.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 204 96 203 0 0.53 0.00 0.2 300.56 0.51 0.59
Hex CC 60 CB 0 35 0 14 12D 33 3B
Octal 314 140 313 0 65 0 24 455 63 73
Binary 11001100 1100000 11001011 0 110101 0 10100 100101101 110011 111011

Color Harmonies of #CC60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60CB

Black with #CC60CB

Text Example


Text Example

White with #CC60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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