Html Css Color HEX #C019C1 Deep Magenta

📋 copy color: '#C019C1'

red 192 ◦ green 25 ◦ blue 193

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

Shades of Deep Magenta #C019C1

Tints of Deep Magenta #C019C1

RGB

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

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

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

R = 46.83%
G = 6.1%
B = 47.07%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C019C1 (or 0xC019C1) is known color: Deep Magenta. HEX triplet: C0, 19 and C1. RGB value is (192,25,193). Sum of RGB (Red+Green+Blue) = 192+25+193=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #C019C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019C1 is #3FE63E. Grayscale: #5D5D5D. Windows color (decimal): -4187711 or 12655040. OLE color: 12655040.

HSL color Cylindrical-coordinate representation of color #C019C1: hue angle of 299.64º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019C1 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 25 193 -
CMYK 0.01 0.87 0 0.24
HSL 299.64º 0.77% 0.43% -
HSV(B) 299.64º 0.87% 0.76% -
XYZ 31.71 15.75 51.82 -
YUV 94.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 192 25 193 0.01 0.87 0 0.24 299.64 0.77 0.43
Hex C0 19 C1 1 57 0 18 12C 4D 2B
Octal 300 31 301 1 127 0 30 454 115 53
Binary 11000000 11001 11000001 1 1010111 0 11000 100101100 1001101 101011

Color Harmonies of #C019C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019C1

Black with #C019C1

Text Example


Text Example

White with #C019C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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