Html Css Color HEX #CC60C3 Fuchsia

📋 copy color: '#CC60C3'

red 204 ◦ green 96 ◦ blue 195

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

Shades of Fuchsia #CC60C3

Tints of Fuchsia #CC60C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.39%

R = 41.21%
G = 19.39%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC60C3 (or 0xCC60C3) is known color: Fuchsia. HEX triplet: CC, 60 and C3. RGB value is (204,96,195). Sum of RGB (Red+Green+Blue) = 204+96+195=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C3 is #339F3C. Grayscale: #8B8B8B. Windows color (decimal): -3383101 or 12804300. OLE color: 12804300.

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

Color convert

RGB 204 96 195 -
CMYK 0 0.53 0.04 0.2
HSL 305º 0.51% 0.59% -
HSV(B) 305º 0.53% 0.8% -
XYZ 38.94 25.14 54.43 -
YUV 139.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 204 96 195 0 0.53 0.04 0.2 305 0.51 0.59
Hex CC 60 C3 0 35 4 14 131 33 3B
Octal 314 140 303 0 65 4 24 461 63 73
Binary 11001100 1100000 11000011 0 110101 100 10100 100110001 110011 111011

Color Harmonies of #CC60C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60C3

Black with #CC60C3

Text Example


Text Example

White with #CC60C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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