Html Css Color HEX #C412B4 Deep Magenta

📋 copy color: '#C412B4'

red 196 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #C412B4

Tints of Deep Magenta #C412B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 49.75%
G = 4.57%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C412B4 (or 0xC412B4) is known color: Deep Magenta. HEX triplet: C4, 12 and B4. RGB value is (196,18,180). Sum of RGB (Red+Green+Blue) = 196+18+180=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C412B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412B4 is #3BED4B. Grayscale: #595959. Windows color (decimal): -3927372 or 11801284. OLE color: 11801284.

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

Color convert

RGB 196 18 180 -
CMYK 0 0.91 0.08 0.23
HSL 305.39º 0.83% 0.42% -
HSV(B) 305.39º 0.91% 0.77% -
XYZ 31.22 15.46 44.52 -
YUV 89.69 178.97 203.83 -
System Red Green Blue C M Y K H S L
Decimal 196 18 180 0 0.91 0.08 0.23 305.39 0.83 0.42
Hex C4 12 B4 0 5B 8 17 131 53 2A
Octal 304 22 264 0 133 10 27 461 123 52
Binary 11000100 10010 10110100 0 1011011 1000 10111 100110001 1010011 101010

Color Harmonies of #C412B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412B4

Black with #C412B4

Text Example


Text Example

White with #C412B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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