Html Css Color HEX #CC58BE Fuchsia

📋 copy color: '#CC58BE'

red 204 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #CC58BE

Tints of Fuchsia #CC58BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 42.32%
G = 18.26%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC58BE (or 0xCC58BE) is known color: Fuchsia. HEX triplet: CC, 58 and BE. RGB value is (204,88,190). Sum of RGB (Red+Green+Blue) = 204+88+190=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58BE is #33A741. Grayscale: #868686. Windows color (decimal): -3385154 or 12474572. OLE color: 12474572.

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

Color convert

RGB 204 88 190 -
CMYK 0 0.57 0.07 0.2
HSL 307.24º 0.53% 0.57% -
HSV(B) 307.24º 0.57% 0.8% -
XYZ 37.69 23.53 51.27 -
YUV 134.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 204 88 190 0 0.57 0.07 0.2 307.24 0.53 0.57
Hex CC 58 BE 0 39 7 14 133 35 39
Octal 314 130 276 0 71 7 24 463 65 71
Binary 11001100 1011000 10111110 0 111001 111 10100 100110011 110101 111001

Color Harmonies of #CC58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58BE

Black with #CC58BE

Text Example


Text Example

White with #CC58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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