Html Css Color HEX #CC0ABE Deep Magenta

📋 copy color: '#CC0ABE'

red 204 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #CC0ABE

Tints of Deep Magenta #CC0ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 50.5%
G = 2.48%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC0ABE (or 0xCC0ABE) is known color: Deep Magenta. HEX triplet: CC, 0A and BE. RGB value is (204,10,190). Sum of RGB (Red+Green+Blue) = 204+10+190=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ABE is #33F541. Grayscale: #585858. Windows color (decimal): -3405122 or 12454604. OLE color: 12454604.

HSL color Cylindrical-coordinate representation of color #CC0ABE: hue angle of 304.33º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0ABE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 10 190 -
CMYK 0 0.95 0.07 0.2
HSL 304.33º 0.91% 0.42% -
HSV(B) 304.33º 0.95% 0.8% -
XYZ 34.3 16.77 50.14 -
YUV 88.53 185.27 210.36 -
System Red Green Blue C M Y K H S L
Decimal 204 10 190 0 0.95 0.07 0.2 304.33 0.91 0.42
Hex CC A BE 0 5F 7 14 130 5B 2A
Octal 314 12 276 0 137 7 24 460 133 52
Binary 11001100 1010 10111110 0 1011111 111 10100 100110000 1011011 101010

Color Harmonies of #CC0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0ABE

Black with #CC0ABE

Text Example


Text Example

White with #CC0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0ABE; }

 p { color: rgb(204,10,190); }

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

background-color css

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

 a { background-color: rgb(204,10,190); }

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

border-color css

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

 span { border-color: rgb(204,10,190); }

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