Html Css Color HEX #C419BE Deep Magenta

📋 copy color: '#C419BE'

red 196 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #C419BE

Tints of Deep Magenta #C419BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 47.69%
G = 6.08%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C419BE (or 0xC419BE) is known color: Deep Magenta. HEX triplet: C4, 19 and BE. RGB value is (196,25,190). Sum of RGB (Red+Green+Blue) = 196+25+190=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C419BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419BE is #3BE641. Grayscale: #5E5E5E. Windows color (decimal): -3925570 or 12458436. OLE color: 12458436.

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

Color convert

RGB 196 25 190 -
CMYK 0 0.87 0.03 0.23
HSL 302.11º 0.77% 0.43% -
HSV(B) 302.11º 0.87% 0.77% -
XYZ 32.41 16.15 50.12 -
YUV 94.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 196 25 190 0 0.87 0.03 0.23 302.11 0.77 0.43
Hex C4 19 BE 0 57 3 17 12E 4D 2B
Octal 304 31 276 0 127 3 27 456 115 53
Binary 11000100 11001 10111110 0 1010111 11 10111 100101110 1001101 101011

Color Harmonies of #C419BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419BE

Black with #C419BE

Text Example


Text Example

White with #C419BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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