Html Css Color HEX #CC58AA Fuchsia

📋 copy color: '#CC58AA'

red 204 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #CC58AA

Tints of Fuchsia #CC58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 44.16%
G = 19.05%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC58AA (or 0xCC58AA) is known color: Fuchsia. HEX triplet: CC, 58 and AA. RGB value is (204,88,170). Sum of RGB (Red+Green+Blue) = 204+88+170=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58AA is #33A755. Grayscale: #838383. Windows color (decimal): -3385174 or 11163852. OLE color: 11163852.

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

Color convert

RGB 204 88 170 -
CMYK 0 0.57 0.17 0.2
HSL 317.59º 0.53% 0.57% -
HSV(B) 317.59º 0.57% 0.8% -
XYZ 35.65 22.72 40.54 -
YUV 132.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 204 88 170 0 0.57 0.17 0.2 317.59 0.53 0.57
Hex CC 58 AA 0 39 11 14 13E 35 39
Octal 314 130 252 0 71 21 24 476 65 71
Binary 11001100 1011000 10101010 0 111001 10001 10100 100111110 110101 111001

Color Harmonies of #CC58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58AA

Black with #CC58AA

Text Example


Text Example

White with #CC58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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