Html Css Color HEX #C019CA Deep Magenta

📋 copy color: '#C019CA'

red 192 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #C019CA

Tints of Deep Magenta #C019CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 45.82%
G = 5.97%
B = 48.21%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C019CA (or 0xC019CA) is known color: Deep Magenta. HEX triplet: C0, 19 and CA. RGB value is (192,25,202). Sum of RGB (Red+Green+Blue) = 192+25+202=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #C019CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019CA is #3FE635. Grayscale: #5E5E5E. Windows color (decimal): -4187702 or 13244864. OLE color: 13244864.

HSL color Cylindrical-coordinate representation of color #C019CA: hue angle of 296.61º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C019CA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 25 202 -
CMYK 0.05 0.88 0 0.21
HSL 296.61º 0.78% 0.45% -
HSV(B) 296.61º 0.88% 0.79% -
XYZ 32.75 16.17 57.27 -
YUV 95.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 192 25 202 0.05 0.88 0 0.21 296.61 0.78 0.45
Hex C0 19 CA 5 58 0 15 129 4E 2D
Octal 300 31 312 5 130 0 25 451 116 55
Binary 11000000 11001 11001010 101 1011000 0 10101 100101001 1001110 101101

Color Harmonies of #C019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019CA

Black with #C019CA

Text Example


Text Example

White with #C019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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