Html Css Color HEX #CC58B0 Fuchsia

📋 copy color: '#CC58B0'

red 204 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #CC58B0

Tints of Fuchsia #CC58B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 43.59%
G = 18.8%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC58B0 (or 0xCC58B0) is known color: Fuchsia. HEX triplet: CC, 58 and B0. RGB value is (204,88,176). Sum of RGB (Red+Green+Blue) = 204+88+176=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58B0 is #33A74F. Grayscale: #848484. Windows color (decimal): -3385168 or 11557068. OLE color: 11557068.

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

Color convert

RGB 204 88 176 -
CMYK 0 0.57 0.14 0.2
HSL 314.48º 0.53% 0.57% -
HSV(B) 314.48º 0.57% 0.8% -
XYZ 36.23 22.95 43.59 -
YUV 132.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 204 88 176 0 0.57 0.14 0.2 314.48 0.53 0.57
Hex CC 58 B0 0 39 E 14 13A 35 39
Octal 314 130 260 0 71 16 24 472 65 71
Binary 11001100 1011000 10110000 0 111001 1110 10100 100111010 110101 111001

Color Harmonies of #CC58B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58B0

Black with #CC58B0

Text Example


Text Example

White with #CC58B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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