Html Css Color HEX #C412CD Deep Magenta

📋 copy color: '#C412CD'

red 196 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #C412CD

Tints of Deep Magenta #C412CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 46.78%
G = 4.3%
B = 48.93%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C412CD (or 0xC412CD) is known color: Deep Magenta. HEX triplet: C4, 12 and CD. RGB value is (196,18,205). Sum of RGB (Red+Green+Blue) = 196+18+205=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C412CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412CD is #3BED32. Grayscale: #5B5B5B. Windows color (decimal): -3927347 or 13439684. OLE color: 13439684.

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

Color convert

RGB 196 18 205 -
CMYK 0.04 0.91 0 0.20
HSL 297.11º 0.84% 0.44% -
HSV(B) 297.11º 0.91% 0.8% -
XYZ 34 16.58 59.17 -
YUV 92.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 196 18 205 0.04 0.91 0 0.20 297.11 0.84 0.44
Hex C4 12 CD 4 5B 0 14 129 54 2C
Octal 304 22 315 4 133 0 24 451 124 54
Binary 11000100 10010 11001101 100 1011011 0 10100 100101001 1010100 101100

Color Harmonies of #C412CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412CD

Black with #C412CD

Text Example


Text Example

White with #C412CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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