Html Css Color HEX #CC12CC Deep Magenta

📋 copy color: '#CC12CC'

red 204 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #CC12CC

Tints of Deep Magenta #CC12CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 47.89%
G = 4.23%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC12CC (or 0xCC12CC) is known color: Deep Magenta. HEX triplet: CC, 12 and CC. RGB value is (204,18,204). Sum of RGB (Red+Green+Blue) = 204+18+204=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12CC is #33ED33. Grayscale: #5E5E5E. Windows color (decimal): -3403060 or 13374156. OLE color: 13374156.

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

Color convert

RGB 204 18 204 -
CMYK 0 0.91 0 0.2
HSL 300º 0.84% 0.44% -
HSV(B) 300º 0.91% 0.8% -
XYZ 36.02 17.63 58.63 -
YUV 94.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 204 18 204 0 0.91 0 0.2 300 0.84 0.44
Hex CC 12 CC 0 5B 0 14 12C 54 2C
Octal 314 22 314 0 133 0 24 454 124 54
Binary 11001100 10010 11001100 0 1011011 0 10100 100101100 1010100 101100

Color Harmonies of #CC12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12CC

Black with #CC12CC

Text Example


Text Example

White with #CC12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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