Html Css Color HEX #C019D4 Deep Magenta

📋 copy color: '#C019D4'

red 192 ◦ green 25 ◦ blue 212

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

Shades of Deep Magenta #C019D4

Tints of Deep Magenta #C019D4

RGB

 RED value IS 192 (75.39% from 255) = 44.76%

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

 BLUE value IS 212 (83.2% from 255) = 49.42%

R = 44.76%
G = 5.83%
B = 49.42%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C019D4 (or 0xC019D4) is known color: Deep Magenta. HEX triplet: C0, 19 and D4. RGB value is (192,25,212). Sum of RGB (Red+Green+Blue) = 192+25+212=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #C019D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019D4 is #3FE62B. Grayscale: #5F5F5F. Windows color (decimal): -4187692 or 13900224. OLE color: 13900224.

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

Color convert

RGB 192 25 212 -
CMYK 0.09 0.88 0 0.17
HSL 293.58º 0.79% 0.46% -
HSV(B) 293.58º 0.88% 0.83% -
XYZ 33.97 16.66 63.71 -
YUV 96.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 192 25 212 0.09 0.88 0 0.17 293.58 0.79 0.46
Hex C0 19 D4 9 58 0 11 126 4F 2E
Octal 300 31 324 11 130 0 21 446 117 56
Binary 11000000 11001 11010100 1001 1011000 0 10001 100100110 1001111 101110

Color Harmonies of #C019D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019D4

Black with #C019D4

Text Example


Text Example

White with #C019D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019D4; }

 p { color: rgb(192,25,212); }

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

background-color css

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

 a { background-color: rgb(192,25,212); }

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

border-color css

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

 span { border-color: rgb(192,25,212); }

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