Html Css Color HEX #C012CE Deep Magenta

📋 copy color: '#C012CE'

red 192 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #C012CE

Tints of Deep Magenta #C012CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 46.15%
G = 4.33%
B = 49.52%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C012CE (or 0xC012CE) is known color: Deep Magenta. HEX triplet: C0, 12 and CE. RGB value is (192,18,206). Sum of RGB (Red+Green+Blue) = 192+18+206=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #C012CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012CE is #3FED31. Grayscale: #5A5A5A. Windows color (decimal): -4189490 or 13505216. OLE color: 13505216.

HSL color Cylindrical-coordinate representation of color #C012CE: hue angle of 295.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C012CE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 18 206 -
CMYK 0.07 0.91 0 0.19
HSL 295.53º 0.84% 0.44% -
HSV(B) 295.53º 0.91% 0.81% -
XYZ 33.1 16.1 59.75 -
YUV 91.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 192 18 206 0.07 0.91 0 0.19 295.53 0.84 0.44
Hex C0 12 CE 7 5B 0 13 128 54 2C
Octal 300 22 316 7 133 0 23 450 124 54
Binary 11000000 10010 11001110 111 1011011 0 10011 100101000 1010100 101100

Color Harmonies of #C012CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012CE

Black with #C012CE

Text Example


Text Example

White with #C012CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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