Html Css Color HEX #C0019D Medium Violet Red

📋 copy color: '#C0019D'

red 192 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #C0019D

Tints of Medium Violet Red #C0019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 54.86%
G = 0.29%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0019D (or 0xC0019D) is known color: Medium Violet Red. HEX triplet: C0, 01 and 9D. RGB value is (192,1,157). Sum of RGB (Red+Green+Blue) = 192+1+157=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0019D is #3FFE62. Grayscale: #4B4B4B. Windows color (decimal): -4193891 or 10289600. OLE color: 10289600.

HSL color Cylindrical-coordinate representation of color #C0019D: hue angle of 310.99º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0019D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 157 -
CMYK 0 0.99 0.18 0.25
HSL 310.99º 0.99% 0.38% -
HSV(B) 310.99º 0.99% 0.75% -
XYZ 27.83 13.66 33.07 -
YUV 75.89 173.78 210.82 -
System Red Green Blue C M Y K H S L
Decimal 192 1 157 0 0.99 0.18 0.25 310.99 0.99 0.38
Hex C0 1 9D 0 63 12 19 137 63 26
Octal 300 1 235 0 143 22 31 467 143 46
Binary 11000000 1 10011101 0 1100011 10010 11001 100110111 1100011 100110

Color Harmonies of #C0019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0019D

Black with #C0019D

Text Example


Text Example

White with #C0019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0019D; }

 p { color: rgb(192,1,157); }

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

background-color css

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

 a { background-color: rgb(192,1,157); }

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

border-color css

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

 span { border-color: rgb(192,1,157); }

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