Html Css Color HEX #CC58C9 Fuchsia

📋 copy color: '#CC58C9'

red 204 ◦ green 88 ◦ blue 201

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

Shades of Fuchsia #CC58C9

Tints of Fuchsia #CC58C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.85%

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

R = 41.38%
G = 17.85%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC58C9 (or 0xCC58C9) is known color: Fuchsia. HEX triplet: CC, 58 and C9. RGB value is (204,88,201). Sum of RGB (Red+Green+Blue) = 204+88+201=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58C9 is #33A736. Grayscale: #878787. Windows color (decimal): -3385143 or 13195468. OLE color: 13195468.

HSL color Cylindrical-coordinate representation of color #CC58C9: hue angle of 301.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC58C9 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 201 -
CMYK 0 0.57 0.01 0.2
HSL 301.55º 0.53% 0.57% -
HSV(B) 301.55º 0.57% 0.8% -
XYZ 38.93 24.03 57.85 -
YUV 135.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 204 88 201 0 0.57 0.01 0.2 301.55 0.53 0.57
Hex CC 58 C9 0 39 1 14 12E 35 39
Octal 314 130 311 0 71 1 24 456 65 71
Binary 11001100 1011000 11001001 0 111001 1 10100 100101110 110101 111001

Color Harmonies of #CC58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58C9

Black with #CC58C9

Text Example


Text Example

White with #CC58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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