Html Css Color HEX #C419BA Deep Magenta

📋 copy color: '#C419BA'

red 196 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C419BA

Tints of Deep Magenta #C419BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 48.16%
G = 6.14%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C419BA (or 0xC419BA) is known color: Deep Magenta. HEX triplet: C4, 19 and BA. RGB value is (196,25,186). Sum of RGB (Red+Green+Blue) = 196+25+186=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C419BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419BA is #3BE645. Grayscale: #5E5E5E. Windows color (decimal): -3925574 or 12196292. OLE color: 12196292.

HSL color Cylindrical-coordinate representation of color #C419BA: hue angle of 303.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419BA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 186 -
CMYK 0 0.87 0.05 0.23
HSL 303.51º 0.77% 0.43% -
HSV(B) 303.51º 0.87% 0.77% -
XYZ 31.98 15.98 47.85 -
YUV 94.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 196 25 186 0 0.87 0.05 0.23 303.51 0.77 0.43
Hex C4 19 BA 0 57 5 17 130 4D 2B
Octal 304 31 272 0 127 5 27 460 115 53
Binary 11000100 11001 10111010 0 1010111 101 10111 100110000 1001101 101011

Color Harmonies of #C419BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419BA

Black with #C419BA

Text Example


Text Example

White with #C419BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419BA; }

 p { color: rgb(196,25,186); }

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

background-color css

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

 a { background-color: rgb(196,25,186); }

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

border-color css

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

 span { border-color: rgb(196,25,186); }

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