Html Css Color HEX #CC13AD Deep Magenta

📋 copy color: '#CC13AD'

red 204 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #CC13AD

Tints of Deep Magenta #CC13AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

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

R = 51.52%
G = 4.8%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC13AD (or 0xCC13AD) is known color: Deep Magenta. HEX triplet: CC, 13 and AD. RGB value is (204,19,173). Sum of RGB (Red+Green+Blue) = 204+19+173=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC13AD is #33EC52. Grayscale: #5B5B5B. Windows color (decimal): -3402835 or 11342796. OLE color: 11342796.

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

Color convert

RGB 204 19 173 -
CMYK 0 0.91 0.15 0.2
HSL 310.05º 0.83% 0.44% -
HSV(B) 310.05º 0.91% 0.8% -
XYZ 32.68 16.32 40.96 -
YUV 91.87 173.79 207.98 -
System Red Green Blue C M Y K H S L
Decimal 204 19 173 0 0.91 0.15 0.2 310.05 0.83 0.44
Hex CC 13 AD 0 5B F 14 136 53 2C
Octal 314 23 255 0 133 17 24 466 123 54
Binary 11001100 10011 10101101 0 1011011 1111 10100 100110110 1010011 101100

Color Harmonies of #CC13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13AD

Black with #CC13AD

Text Example


Text Example

White with #CC13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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