Html Css Color HEX #C412CE Deep Magenta

📋 copy color: '#C412CE'

red 196 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #C412CE

Tints of Deep Magenta #C412CE

RGB

 RED value IS 196 (76.95% from 255) = 46.67%

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

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

R = 46.67%
G = 4.29%
B = 49.05%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C412CE (or 0xC412CE) is known color: Deep Magenta. HEX triplet: C4, 12 and CE. RGB value is (196,18,206). Sum of RGB (Red+Green+Blue) = 196+18+206=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C412CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412CE is #3BED31. Grayscale: #5C5C5C. Windows color (decimal): -3927346 or 13505220. OLE color: 13505220.

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

Color convert

RGB 196 18 206 -
CMYK 0.05 0.91 0 0.19
HSL 296.81º 0.84% 0.44% -
HSV(B) 296.81º 0.91% 0.81% -
XYZ 34.12 16.62 59.8 -
YUV 92.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 196 18 206 0.05 0.91 0 0.19 296.81 0.84 0.44
Hex C4 12 CE 5 5B 0 13 129 54 2C
Octal 304 22 316 5 133 0 23 451 124 54
Binary 11000100 10010 11001110 101 1011011 0 10011 100101001 1010100 101100

Color Harmonies of #C412CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412CE

Black with #C412CE

Text Example


Text Example

White with #C412CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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