Html Css Color HEX #C012CC Deep Magenta

📋 copy color: '#C012CC'

red 192 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #C012CC

Tints of Deep Magenta #C012CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 46.38%
G = 4.35%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C012CC (or 0xC012CC) is known color: Deep Magenta. HEX triplet: C0, 12 and CC. RGB value is (192,18,204). Sum of RGB (Red+Green+Blue) = 192+18+204=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C012CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012CC is #3FED33. Grayscale: #5A5A5A. Windows color (decimal): -4189492 or 13374144. OLE color: 13374144.

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

Color convert

RGB 192 18 204 -
CMYK 0.06 0.91 0 0.2
HSL 296.13º 0.84% 0.44% -
HSV(B) 296.13º 0.91% 0.8% -
XYZ 32.85 16 58.48 -
YUV 91.23 191.65 199.88 -
System Red Green Blue C M Y K H S L
Decimal 192 18 204 0.06 0.91 0 0.2 296.13 0.84 0.44
Hex C0 12 CC 6 5B 0 14 128 54 2C
Octal 300 22 314 6 133 0 24 450 124 54
Binary 11000000 10010 11001100 110 1011011 0 10100 100101000 1010100 101100

Color Harmonies of #C012CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012CC

Black with #C012CC

Text Example


Text Example

White with #C012CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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