Html Css Color HEX #C412D0 Deep Magenta

📋 copy color: '#C412D0'

red 196 ◦ green 18 ◦ blue 208

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

Shades of Deep Magenta #C412D0

Tints of Deep Magenta #C412D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 46.45%
G = 4.27%
B = 49.29%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C412D0 (or 0xC412D0) is known color: Deep Magenta. HEX triplet: C4, 12 and D0. RGB value is (196,18,208). Sum of RGB (Red+Green+Blue) = 196+18+208=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #C412D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412D0 is #3BED2F. Grayscale: #5C5C5C. Windows color (decimal): -3927344 or 13636292. OLE color: 13636292.

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

Color convert

RGB 196 18 208 -
CMYK 0.06 0.91 0 0.18
HSL 296.21º 0.84% 0.44% -
HSV(B) 296.21º 0.91% 0.82% -
XYZ 34.37 16.72 61.09 -
YUV 92.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 196 18 208 0.06 0.91 0 0.18 296.21 0.84 0.44
Hex C4 12 D0 6 5B 0 12 128 54 2C
Octal 304 22 320 6 133 0 22 450 124 54
Binary 11000100 10010 11010000 110 1011011 0 10010 100101000 1010100 101100

Color Harmonies of #C412D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412D0

Black with #C412D0

Text Example


Text Example

White with #C412D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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