Html Css Color HEX #C412B1 Deep Magenta

📋 copy color: '#C412B1'

red 196 ◦ green 18 ◦ blue 177

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

Shades of Deep Magenta #C412B1

Tints of Deep Magenta #C412B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 50.13%
G = 4.6%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C412B1 (or 0xC412B1) is known color: Deep Magenta. HEX triplet: C4, 12 and B1. RGB value is (196,18,177). Sum of RGB (Red+Green+Blue) = 196+18+177=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C412B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412B1 is #3BED4E. Grayscale: #585858. Windows color (decimal): -3927375 or 11604676. OLE color: 11604676.

HSL color Cylindrical-coordinate representation of color #C412B1: hue angle of 306.4º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412B1 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 177 -
CMYK 0 0.91 0.10 0.23
HSL 306.4º 0.83% 0.42% -
HSV(B) 306.4º 0.91% 0.77% -
XYZ 30.92 15.34 42.93 -
YUV 89.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 196 18 177 0 0.91 0.10 0.23 306.4 0.83 0.42
Hex C4 12 B1 0 5B A 17 132 53 2A
Octal 304 22 261 0 133 12 27 462 123 52
Binary 11000100 10010 10110001 0 1011011 1010 10111 100110010 1010011 101010

Color Harmonies of #C412B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412B1

Black with #C412B1

Text Example


Text Example

White with #C412B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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