Html Css Color HEX #C012CD Deep Magenta

📋 copy color: '#C012CD'

red 192 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #C012CD

Tints of Deep Magenta #C012CD

RGB

 RED value IS 192 (75.39% from 255) = 46.27%

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 46.27%
G = 4.34%
B = 49.4%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C012CD (or 0xC012CD) is known color: Deep Magenta. HEX triplet: C0, 12 and CD. RGB value is (192,18,205). Sum of RGB (Red+Green+Blue) = 192+18+205=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C012CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012CD is #3FED32. Grayscale: #5A5A5A. Windows color (decimal): -4189491 or 13439680. OLE color: 13439680.

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

Color convert

RGB 192 18 205 -
CMYK 0.06 0.91 0 0.20
HSL 295.83º 0.84% 0.44% -
HSV(B) 295.83º 0.91% 0.8% -
XYZ 32.97 16.05 59.12 -
YUV 91.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 192 18 205 0.06 0.91 0 0.20 295.83 0.84 0.44
Hex C0 12 CD 6 5B 0 14 128 54 2C
Octal 300 22 315 6 133 0 24 450 124 54
Binary 11000000 10010 11001101 110 1011011 0 10100 100101000 1010100 101100

Color Harmonies of #C012CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012CD

Black with #C012CD

Text Example


Text Example

White with #C012CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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