Html Css Color HEX #C419D7 Deep Magenta

📋 copy color: '#C419D7'

red 196 ◦ green 25 ◦ blue 215

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

Shades of Deep Magenta #C419D7

Tints of Deep Magenta #C419D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 44.95%
G = 5.73%
B = 49.31%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C419D7 (or 0xC419D7) is known color: Deep Magenta. HEX triplet: C4, 19 and D7. RGB value is (196,25,215). Sum of RGB (Red+Green+Blue) = 196+25+215=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #C419D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419D7 is #3BE628. Grayscale: #616161. Windows color (decimal): -3925545 or 14096836. OLE color: 14096836.

HSL color Cylindrical-coordinate representation of color #C419D7: hue angle of 294º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419D7 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 25 215 -
CMYK 0.09 0.88 0 0.16
HSL 294º 0.79% 0.47% -
HSV(B) 294º 0.88% 0.84% -
XYZ 35.38 17.34 65.77 -
YUV 97.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 196 25 215 0.09 0.88 0 0.16 294 0.79 0.47
Hex C4 19 D7 9 58 0 10 126 4F 2F
Octal 304 31 327 11 130 0 20 446 117 57
Binary 11000100 11001 11010111 1001 1011000 0 10000 100100110 1001111 101111

Color Harmonies of #C419D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419D7

Black with #C419D7

Text Example


Text Example

White with #C419D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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