Html Css Color HEX #C414CE Deep Magenta

📋 copy color: '#C414CE'

red 196 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #C414CE

Tints of Deep Magenta #C414CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.74%

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

R = 46.45%
G = 4.74%
B = 48.82%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C414CE (or 0xC414CE) is known color: Deep Magenta. HEX triplet: C4, 14 and CE. RGB value is (196,20,206). Sum of RGB (Red+Green+Blue) = 196+20+206=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #C414CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414CE is #3BEB31. Grayscale: #5D5D5D. Windows color (decimal): -3926834 or 13505732. OLE color: 13505732.

HSL color Cylindrical-coordinate representation of color #C414CE: hue angle of 296.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414CE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 20 206 -
CMYK 0.05 0.90 0 0.19
HSL 296.77º 0.82% 0.44% -
HSV(B) 296.77º 0.9% 0.81% -
XYZ 34.16 16.69 59.81 -
YUV 93.83 191.31 200.88 -
System Red Green Blue C M Y K H S L
Decimal 196 20 206 0.05 0.90 0 0.19 296.77 0.82 0.44
Hex C4 14 CE 5 5A 0 13 129 52 2C
Octal 304 24 316 5 132 0 23 451 122 54
Binary 11000100 10100 11001110 101 1011010 0 10011 100101001 1010010 101100

Color Harmonies of #C414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414CE

Black with #C414CE

Text Example


Text Example

White with #C414CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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