Html Css Color HEX #CC12C0 Deep Magenta

📋 copy color: '#CC12C0'

red 204 ◦ green 18 ◦ blue 192

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

Shades of Deep Magenta #CC12C0

Tints of Deep Magenta #CC12C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 49.28%
G = 4.35%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC12C0 (or 0xCC12C0) is known color: Deep Magenta. HEX triplet: CC, 12 and C0. RGB value is (204,18,192). Sum of RGB (Red+Green+Blue) = 204+18+192=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12C0 is #33ED3F. Grayscale: #5C5C5C. Windows color (decimal): -3403072 or 12587724. OLE color: 12587724.

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

Color convert

RGB 204 18 192 -
CMYK 0 0.91 0.06 0.2
HSL 303.87º 0.84% 0.44% -
HSV(B) 303.87º 0.91% 0.8% -
XYZ 34.63 17.08 51.34 -
YUV 93.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 204 18 192 0 0.91 0.06 0.2 303.87 0.84 0.44
Hex CC 12 C0 0 5B 6 14 130 54 2C
Octal 314 22 300 0 133 6 24 460 124 54
Binary 11001100 10010 11000000 0 1011011 110 10100 100110000 1010100 101100

Color Harmonies of #CC12C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12C0

Black with #CC12C0

Text Example


Text Example

White with #CC12C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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