Html Css Color HEX #C419D0 Deep Magenta

📋 copy color: '#C419D0'

red 196 ◦ green 25 ◦ blue 208

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

Shades of Deep Magenta #C419D0

Tints of Deep Magenta #C419D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 45.69%
G = 5.83%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C419D0 (or 0xC419D0) is known color: Deep Magenta. HEX triplet: C4, 19 and D0. RGB value is (196,25,208). Sum of RGB (Red+Green+Blue) = 196+25+208=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #C419D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419D0 is #3BE62F. Grayscale: #606060. Windows color (decimal): -3925552 or 13638084. OLE color: 13638084.

HSL color Cylindrical-coordinate representation of color #C419D0: hue angle of 296.07º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419D0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 25 208 -
CMYK 0.06 0.88 0 0.18
HSL 296.07º 0.79% 0.46% -
HSV(B) 296.07º 0.88% 0.82% -
XYZ 34.5 16.99 61.13 -
YUV 96.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 196 25 208 0.06 0.88 0 0.18 296.07 0.79 0.46
Hex C4 19 D0 6 58 0 12 128 4F 2E
Octal 304 31 320 6 130 0 22 450 117 56
Binary 11000100 11001 11010000 110 1011000 0 10010 100101000 1001111 101110

Color Harmonies of #C419D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419D0

Black with #C419D0

Text Example


Text Example

White with #C419D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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