Html Css Color HEX #CC58B2 Fuchsia

📋 copy color: '#CC58B2'

red 204 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #CC58B2

Tints of Fuchsia #CC58B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 43.4%
G = 18.72%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC58B2 (or 0xCC58B2) is known color: Fuchsia. HEX triplet: CC, 58 and B2. RGB value is (204,88,178). Sum of RGB (Red+Green+Blue) = 204+88+178=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58B2 is #33A74D. Grayscale: #848484. Windows color (decimal): -3385166 or 11688140. OLE color: 11688140.

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

Color convert

RGB 204 88 178 -
CMYK 0 0.57 0.13 0.2
HSL 313.45º 0.53% 0.57% -
HSV(B) 313.45º 0.57% 0.8% -
XYZ 36.43 23.03 44.65 -
YUV 132.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 204 88 178 0 0.57 0.13 0.2 313.45 0.53 0.57
Hex CC 58 B2 0 39 D 14 139 35 39
Octal 314 130 262 0 71 15 24 471 65 71
Binary 11001100 1011000 10110010 0 111001 1101 10100 100111001 110101 111001

Color Harmonies of #CC58B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58B2

Black with #CC58B2

Text Example


Text Example

White with #CC58B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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