Html Css Color HEX #C012C9 Deep Magenta

📋 copy color: '#C012C9'

red 192 ◦ green 18 ◦ blue 201

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

Shades of Deep Magenta #C012C9

Tints of Deep Magenta #C012C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 46.72%
G = 4.38%
B = 48.91%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C012C9 (or 0xC012C9) is known color: Deep Magenta. HEX triplet: C0, 12 and C9. RGB value is (192,18,201). Sum of RGB (Red+Green+Blue) = 192+18+201=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #C012C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012C9 is #3FED36. Grayscale: #5A5A5A. Windows color (decimal): -4189495 or 13177536. OLE color: 13177536.

HSL color Cylindrical-coordinate representation of color #C012C9: hue angle of 297.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C012C9 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 18 201 -
CMYK 0.04 0.91 0 0.21
HSL 297.05º 0.84% 0.43% -
HSV(B) 297.05º 0.91% 0.79% -
XYZ 32.5 15.86 56.61 -
YUV 90.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 192 18 201 0.04 0.91 0 0.21 297.05 0.84 0.43
Hex C0 12 C9 4 5B 0 15 129 54 2B
Octal 300 22 311 4 133 0 25 451 124 53
Binary 11000000 10010 11001001 100 1011011 0 10101 100101001 1010100 101011

Color Harmonies of #C012C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012C9

Black with #C012C9

Text Example


Text Example

White with #C012C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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