Html Css Color HEX #C012C5 Deep Magenta

📋 copy color: '#C012C5'

red 192 ◦ green 18 ◦ blue 197

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

Shades of Deep Magenta #C012C5

Tints of Deep Magenta #C012C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.4%

R = 47.17%
G = 4.42%
B = 48.4%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C012C5 (or 0xC012C5) is known color: Deep Magenta. HEX triplet: C0, 12 and C5. RGB value is (192,18,197). Sum of RGB (Red+Green+Blue) = 192+18+197=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #C012C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012C5 is #3FED3A. Grayscale: #595959. Windows color (decimal): -4189499 or 12915392. OLE color: 12915392.

HSL color Cylindrical-coordinate representation of color #C012C5: hue angle of 298.32º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C012C5 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 18 197 -
CMYK 0.03 0.91 0 0.23
HSL 298.32º 0.83% 0.42% -
HSV(B) 298.32º 0.91% 0.77% -
XYZ 32.03 15.67 54.16 -
YUV 90.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 192 18 197 0.03 0.91 0 0.23 298.32 0.83 0.42
Hex C0 12 C5 3 5B 0 17 12A 53 2A
Octal 300 22 305 3 133 0 27 452 123 52
Binary 11000000 10010 11000101 11 1011011 0 10111 100101010 1010011 101010

Color Harmonies of #C012C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012C5

Black with #C012C5

Text Example


Text Example

White with #C012C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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