Html Css Color HEX #CC58AB Fuchsia

📋 copy color: '#CC58AB'

red 204 ◦ green 88 ◦ blue 171

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

Shades of Fuchsia #CC58AB

Tints of Fuchsia #CC58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 44.06%
G = 19.01%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC58AB (or 0xCC58AB) is known color: Fuchsia. HEX triplet: CC, 58 and AB. RGB value is (204,88,171). Sum of RGB (Red+Green+Blue) = 204+88+171=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58AB is #33A754. Grayscale: #838383. Windows color (decimal): -3385173 or 11229388. OLE color: 11229388.

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

Color convert

RGB 204 88 171 -
CMYK 0 0.57 0.16 0.2
HSL 317.07º 0.53% 0.57% -
HSV(B) 317.07º 0.57% 0.8% -
XYZ 35.74 22.76 41.04 -
YUV 132.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 204 88 171 0 0.57 0.16 0.2 317.07 0.53 0.57
Hex CC 58 AB 0 39 10 14 13D 35 39
Octal 314 130 253 0 71 20 24 475 65 71
Binary 11001100 1011000 10101011 0 111001 10000 10100 100111101 110101 111001

Color Harmonies of #CC58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58AB

Black with #CC58AB

Text Example


Text Example

White with #CC58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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