Html Css Color HEX #CC60B8 Fuchsia

📋 copy color: '#CC60B8'

red 204 ◦ green 96 ◦ blue 184

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

Shades of Fuchsia #CC60B8

Tints of Fuchsia #CC60B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.02%

R = 42.15%
G = 19.83%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC60B8 (or 0xCC60B8) is known color: Fuchsia. HEX triplet: CC, 60 and B8. RGB value is (204,96,184). Sum of RGB (Red+Green+Blue) = 204+96+184=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60B8 is #339F47. Grayscale: #8A8A8A. Windows color (decimal): -3383112 or 12083404. OLE color: 12083404.

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

Color convert

RGB 204 96 184 -
CMYK 0 0.53 0.10 0.2
HSL 311.11º 0.51% 0.59% -
HSV(B) 311.11º 0.53% 0.8% -
XYZ 37.74 24.66 48.12 -
YUV 138.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 204 96 184 0 0.53 0.10 0.2 311.11 0.51 0.59
Hex CC 60 B8 0 35 A 14 137 33 3B
Octal 314 140 270 0 65 12 24 467 63 73
Binary 11001100 1100000 10111000 0 110101 1010 10100 100110111 110011 111011

Color Harmonies of #CC60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60B8

Black with #CC60B8

Text Example


Text Example

White with #CC60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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