Html Css Color HEX #CC5AB2 Fuchsia

📋 copy color: '#CC5AB2'

red 204 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #CC5AB2

Tints of Fuchsia #CC5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

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

R = 43.22%
G = 19.07%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC5AB2 (or 0xCC5AB2) is known color: Fuchsia. HEX triplet: CC, 5A and B2. RGB value is (204,90,178). Sum of RGB (Red+Green+Blue) = 204+90+178=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AB2 is #33A54D. Grayscale: #858585. Windows color (decimal): -3384654 or 11688652. OLE color: 11688652.

HSL color Cylindrical-coordinate representation of color #CC5AB2: hue angle of 313.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5AB2 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 178 -
CMYK 0 0.56 0.13 0.2
HSL 313.68º 0.53% 0.58% -
HSV(B) 313.68º 0.56% 0.8% -
XYZ 36.59 23.36 44.7 -
YUV 134.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 204 90 178 0 0.56 0.13 0.2 313.68 0.53 0.58
Hex CC 5A B2 0 38 D 14 13A 35 3A
Octal 314 132 262 0 70 15 24 472 65 72
Binary 11001100 1011010 10110010 0 111000 1101 10100 100111010 110101 111010

Color Harmonies of #CC5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AB2

Black with #CC5AB2

Text Example


Text Example

White with #CC5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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