Html Css Color HEX #C012D4 Deep Magenta

📋 copy color: '#C012D4'

red 192 ◦ green 18 ◦ blue 212

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

Shades of Deep Magenta #C012D4

Tints of Deep Magenta #C012D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.24%

R = 45.5%
G = 4.27%
B = 50.24%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C012D4 (or 0xC012D4) is known color: Deep Magenta. HEX triplet: C0, 12 and D4. RGB value is (192,18,212). Sum of RGB (Red+Green+Blue) = 192+18+212=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #C012D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012D4 is #3FED2B. Grayscale: #5B5B5B. Windows color (decimal): -4189484 or 13898432. OLE color: 13898432.

HSL color Cylindrical-coordinate representation of color #C012D4: hue angle of 293.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012D4 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 18 212 -
CMYK 0.09 0.92 0 0.17
HSL 293.81º 0.84% 0.45% -
HSV(B) 293.81º 0.92% 0.83% -
XYZ 33.84 16.39 63.67 -
YUV 92.14 195.65 199.23 -
System Red Green Blue C M Y K H S L
Decimal 192 18 212 0.09 0.92 0 0.17 293.81 0.84 0.45
Hex C0 12 D4 9 5C 0 11 126 54 2D
Octal 300 22 324 11 134 0 21 446 124 55
Binary 11000000 10010 11010100 1001 1011100 0 10001 100100110 1010100 101101

Color Harmonies of #C012D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012D4

Black with #C012D4

Text Example


Text Example

White with #C012D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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