Html Css Color HEX #C412B2 Deep Magenta

📋 copy color: '#C412B2'

red 196 ◦ green 18 ◦ blue 178

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

Shades of Deep Magenta #C412B2

Tints of Deep Magenta #C412B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 50%
G = 4.59%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C412B2 (or 0xC412B2) is known color: Deep Magenta. HEX triplet: C4, 12 and B2. RGB value is (196,18,178). Sum of RGB (Red+Green+Blue) = 196+18+178=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C412B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412B2 is #3BED4D. Grayscale: #595959. Windows color (decimal): -3927374 or 11670212. OLE color: 11670212.

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

Color convert

RGB 196 18 178 -
CMYK 0 0.91 0.09 0.23
HSL 306.07º 0.83% 0.42% -
HSV(B) 306.07º 0.91% 0.77% -
XYZ 31.02 15.38 43.45 -
YUV 89.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 196 18 178 0 0.91 0.09 0.23 306.07 0.83 0.42
Hex C4 12 B2 0 5B 9 17 132 53 2A
Octal 304 22 262 0 133 11 27 462 123 52
Binary 11000100 10010 10110010 0 1011011 1001 10111 100110010 1010011 101010

Color Harmonies of #C412B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412B2

Black with #C412B2

Text Example


Text Example

White with #C412B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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