Html Css Color HEX #C419C1 Deep Magenta

📋 copy color: '#C419C1'

red 196 ◦ green 25 ◦ blue 193

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

Shades of Deep Magenta #C419C1

Tints of Deep Magenta #C419C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 47.34%
G = 6.04%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C419C1 (or 0xC419C1) is known color: Deep Magenta. HEX triplet: C4, 19 and C1. RGB value is (196,25,193). Sum of RGB (Red+Green+Blue) = 196+25+193=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C419C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C1 is #3BE63E. Grayscale: #5E5E5E. Windows color (decimal): -3925567 or 12655044. OLE color: 12655044.

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

Color convert

RGB 196 25 193 -
CMYK 0 0.87 0.02 0.23
HSL 301.05º 0.77% 0.43% -
HSV(B) 301.05º 0.87% 0.77% -
XYZ 32.74 16.28 51.87 -
YUV 95.28 183.15 199.84 -
System Red Green Blue C M Y K H S L
Decimal 196 25 193 0 0.87 0.02 0.23 301.05 0.77 0.43
Hex C4 19 C1 0 57 2 17 12D 4D 2B
Octal 304 31 301 0 127 2 27 455 115 53
Binary 11000100 11001 11000001 0 1010111 10 10111 100101101 1001101 101011

Color Harmonies of #C419C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419C1

Black with #C419C1

Text Example


Text Example

White with #C419C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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