Html Css Color HEX #CC14AD Deep Magenta

📋 copy color: '#CC14AD'

red 204 ◦ green 20 ◦ blue 173

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

Shades of Deep Magenta #CC14AD

Tints of Deep Magenta #CC14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.04%

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 51.39%
G = 5.04%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC14AD (or 0xCC14AD) is known color: Deep Magenta. HEX triplet: CC, 14 and AD. RGB value is (204,20,173). Sum of RGB (Red+Green+Blue) = 204+20+173=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14AD is #33EB52. Grayscale: #5C5C5C. Windows color (decimal): -3402579 or 11343052. OLE color: 11343052.

HSL color Cylindrical-coordinate representation of color #CC14AD: hue angle of 310.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC14AD is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 173 -
CMYK 0 0.90 0.15 0.2
HSL 310.11º 0.82% 0.44% -
HSV(B) 310.11º 0.9% 0.8% -
XYZ 32.69 16.35 40.97 -
YUV 92.46 173.46 207.56 -
System Red Green Blue C M Y K H S L
Decimal 204 20 173 0 0.90 0.15 0.2 310.11 0.82 0.44
Hex CC 14 AD 0 5A F 14 136 52 2C
Octal 314 24 255 0 132 17 24 466 122 54
Binary 11001100 10100 10101101 0 1011010 1111 10100 100110110 1010010 101100

Color Harmonies of #CC14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14AD

Black with #CC14AD

Text Example


Text Example

White with #CC14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14AD; }

 p { color: rgb(204,20,173); }

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

background-color css

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

 a { background-color: rgb(204,20,173); }

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

border-color css

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

 span { border-color: rgb(204,20,173); }

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