Html Css Color HEX #CC2AB1 Fuchsia

📋 copy color: '#CC2AB1'

red 204 ◦ green 42 ◦ blue 177

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

Shades of Fuchsia #CC2AB1

Tints of Fuchsia #CC2AB1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.93%

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 48.23%
G = 9.93%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC2AB1 (or 0xCC2AB1) is known color: Fuchsia. HEX triplet: CC, 2A and B1. RGB value is (204,42,177). Sum of RGB (Red+Green+Blue) = 204+42+177=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AB1 is #33D54E. Grayscale: #696969. Windows color (decimal): -3396943 or 11610828. OLE color: 11610828.

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

Color convert

RGB 204 42 177 -
CMYK 0 0.79 0.13 0.2
HSL 310º 0.66% 0.48% -
HSV(B) 310º 0.79% 0.8% -
XYZ 33.67 17.67 43.23 -
YUV 105.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 204 42 177 0 0.79 0.13 0.2 310 0.66 0.48
Hex CC 2A B1 0 4F D 14 136 42 30
Octal 314 52 261 0 117 15 24 466 102 60
Binary 11001100 101010 10110001 0 1001111 1101 10100 100110110 1000010 110000

Color Harmonies of #CC2AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AB1

Black with #CC2AB1

Text Example


Text Example

White with #CC2AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AB1; }

 p { color: rgb(204,42,177); }

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

background-color css

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

 a { background-color: rgb(204,42,177); }

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

border-color css

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

 span { border-color: rgb(204,42,177); }

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