Html Css Color HEX #CC58B8 Fuchsia

📋 copy color: '#CC58B8'

red 204 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #CC58B8

Tints of Fuchsia #CC58B8

RGB

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

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

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

R = 42.86%
G = 18.49%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC58B8 (or 0xCC58B8) is known color: Fuchsia. HEX triplet: CC, 58 and B8. RGB value is (204,88,184). Sum of RGB (Red+Green+Blue) = 204+88+184=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58B8 is #33A747. Grayscale: #858585. Windows color (decimal): -3385160 or 12081356. OLE color: 12081356.

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

Color convert

RGB 204 88 184 -
CMYK 0 0.57 0.10 0.2
HSL 310.34º 0.53% 0.57% -
HSV(B) 310.34º 0.57% 0.8% -
XYZ 37.04 23.28 47.89 -
YUV 133.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 204 88 184 0 0.57 0.10 0.2 310.34 0.53 0.57
Hex CC 58 B8 0 39 A 14 136 35 39
Octal 314 130 270 0 71 12 24 466 65 71
Binary 11001100 1011000 10111000 0 111001 1010 10100 100110110 110101 111001

Color Harmonies of #CC58B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58B8

Black with #CC58B8

Text Example


Text Example

White with #CC58B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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