Html Css Color HEX #CC12DA Deep Magenta

📋 copy color: '#CC12DA'

red 204 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #CC12DA

Tints of Deep Magenta #CC12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 46.36%
G = 4.09%
B = 49.55%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC12DA (or 0xCC12DA) is known color: Deep Magenta. HEX triplet: CC, 12 and DA. RGB value is (204,18,218). Sum of RGB (Red+Green+Blue) = 204+18+218=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12DA is #33ED25. Grayscale: #5F5F5F. Windows color (decimal): -3403046 or 14291660. OLE color: 14291660.

HSL color Cylindrical-coordinate representation of color #CC12DA: hue angle of 295.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12DA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 18 218 -
CMYK 0.06 0.92 0 0.15
HSL 295.8º 0.85% 0.46% -
HSV(B) 295.8º 0.92% 0.85% -
XYZ 37.77 18.33 67.88 -
YUV 96.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 204 18 218 0.06 0.92 0 0.15 295.8 0.85 0.46
Hex CC 12 DA 6 5C 0 F 128 55 2E
Octal 314 22 332 6 134 0 17 450 125 56
Binary 11001100 10010 11011010 110 1011100 0 1111 100101000 1010101 101110

Color Harmonies of #CC12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC12DA

Black with #CC12DA

Text Example


Text Example

White with #CC12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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