Html Css Color HEX #CC60C9 Fuchsia

📋 copy color: '#CC60C9'

red 204 ◦ green 96 ◦ blue 201

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

Shades of Fuchsia #CC60C9

Tints of Fuchsia #CC60C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.12%

R = 40.72%
G = 19.16%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC60C9 (or 0xCC60C9) is known color: Fuchsia. HEX triplet: CC, 60 and C9. RGB value is (204,96,201). Sum of RGB (Red+Green+Blue) = 204+96+201=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C9 is #339F36. Grayscale: #8B8B8B. Windows color (decimal): -3383095 or 13197516. OLE color: 13197516.

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

Color convert

RGB 204 96 201 -
CMYK 0 0.53 0.01 0.2
HSL 301.67º 0.51% 0.59% -
HSV(B) 301.67º 0.53% 0.8% -
XYZ 39.63 25.42 58.08 -
YUV 140.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 204 96 201 0 0.53 0.01 0.2 301.67 0.51 0.59
Hex CC 60 C9 0 35 1 14 12E 33 3B
Octal 314 140 311 0 65 1 24 456 63 73
Binary 11001100 1100000 11001001 0 110101 1 10100 100101110 110011 111011

Color Harmonies of #CC60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60C9

Black with #CC60C9

Text Example


Text Example

White with #CC60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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