Html Css Color HEX #CC12DD Deep Magenta

📋 copy color: '#CC12DD'

red 204 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #CC12DD

Tints of Deep Magenta #CC12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 46.05%
G = 4.06%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC12DD (or 0xCC12DD) is known color: Deep Magenta. HEX triplet: CC, 12 and DD. RGB value is (204,18,221). Sum of RGB (Red+Green+Blue) = 204+18+221=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12DD is #33ED22. Grayscale: #606060. Windows color (decimal): -3403043 or 14488268. OLE color: 14488268.

HSL color Cylindrical-coordinate representation of color #CC12DD: hue angle of 294.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12DD is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 18 221 -
CMYK 0.08 0.92 0 0.13
HSL 294.98º 0.85% 0.47% -
HSV(B) 294.98º 0.92% 0.87% -
XYZ 38.17 18.49 69.96 -
YUV 96.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 204 18 221 0.08 0.92 0 0.13 294.98 0.85 0.47
Hex CC 12 DD 8 5C 0 D 127 55 2F
Octal 314 22 335 10 134 0 15 447 125 57
Binary 11001100 10010 11011101 1000 1011100 0 1101 100100111 1010101 101111

Color Harmonies of #CC12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12DD

Black with #CC12DD

Text Example


Text Example

White with #CC12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12DD; }

 p { color: rgb(204,18,221); }

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

background-color css

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

 a { background-color: rgb(204,18,221); }

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

border-color css

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

 span { border-color: rgb(204,18,221); }

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