Html Css Color HEX #CC60C6 Fuchsia

📋 copy color: '#CC60C6'

red 204 ◦ green 96 ◦ blue 198

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

Shades of Fuchsia #CC60C6

Tints of Fuchsia #CC60C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.76%

R = 40.96%
G = 19.28%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC60C6 (or 0xCC60C6) is known color: Fuchsia. HEX triplet: CC, 60 and C6. RGB value is (204,96,198). Sum of RGB (Red+Green+Blue) = 204+96+198=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C6 is #339F39. Grayscale: #8B8B8B. Windows color (decimal): -3383098 or 13000908. OLE color: 13000908.

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

Color convert

RGB 204 96 198 -
CMYK 0 0.53 0.03 0.2
HSL 303.33º 0.51% 0.59% -
HSV(B) 303.33º 0.53% 0.8% -
XYZ 39.28 25.28 56.24 -
YUV 139.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 204 96 198 0 0.53 0.03 0.2 303.33 0.51 0.59
Hex CC 60 C6 0 35 3 14 12F 33 3B
Octal 314 140 306 0 65 3 24 457 63 73
Binary 11001100 1100000 11000110 0 110101 11 10100 100101111 110011 111011

Color Harmonies of #CC60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60C6

Black with #CC60C6

Text Example


Text Example

White with #CC60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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