Html Css Color HEX #C412B7 Deep Magenta

📋 copy color: '#C412B7'

red 196 ◦ green 18 ◦ blue 183

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

Shades of Deep Magenta #C412B7

Tints of Deep Magenta #C412B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 49.37%
G = 4.53%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C412B7 (or 0xC412B7) is known color: Deep Magenta. HEX triplet: C4, 12 and B7. RGB value is (196,18,183). Sum of RGB (Red+Green+Blue) = 196+18+183=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C412B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412B7 is #3BED48. Grayscale: #595959. Windows color (decimal): -3927369 or 11997892. OLE color: 11997892.

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

Color convert

RGB 196 18 183 -
CMYK 0 0.91 0.07 0.23
HSL 304.38º 0.83% 0.42% -
HSV(B) 304.38º 0.91% 0.77% -
XYZ 31.53 15.59 46.15 -
YUV 90.03 180.47 203.58 -
System Red Green Blue C M Y K H S L
Decimal 196 18 183 0 0.91 0.07 0.23 304.38 0.83 0.42
Hex C4 12 B7 0 5B 7 17 130 53 2A
Octal 304 22 267 0 133 7 27 460 123 52
Binary 11000100 10010 10110111 0 1011011 111 10111 100110000 1010011 101010

Color Harmonies of #C412B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412B7

Black with #C412B7

Text Example


Text Example

White with #C412B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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