Html Css Color HEX #CC0ABF Deep Magenta

📋 copy color: '#CC0ABF'

red 204 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #CC0ABF

Tints of Deep Magenta #CC0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 50.37%
G = 2.47%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC0ABF (or 0xCC0ABF) is known color: Deep Magenta. HEX triplet: CC, 0A and BF. RGB value is (204,10,191). Sum of RGB (Red+Green+Blue) = 204+10+191=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ABF is #33F540. Grayscale: #585858. Windows color (decimal): -3405121 or 12520140. OLE color: 12520140.

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

Color convert

RGB 204 10 191 -
CMYK 0 0.95 0.06 0.2
HSL 304.02º 0.91% 0.42% -
HSV(B) 304.02º 0.95% 0.8% -
XYZ 34.41 16.82 50.72 -
YUV 88.64 185.77 210.28 -
System Red Green Blue C M Y K H S L
Decimal 204 10 191 0 0.95 0.06 0.2 304.02 0.91 0.42
Hex CC A BF 0 5F 6 14 130 5B 2A
Octal 314 12 277 0 137 6 24 460 133 52
Binary 11001100 1010 10111111 0 1011111 110 10100 100110000 1011011 101010

Color Harmonies of #CC0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0ABF

Black with #CC0ABF

Text Example


Text Example

White with #CC0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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