Html Css Color HEX #C0019B Medium Violet Red

📋 copy color: '#C0019B'

red 192 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #C0019B

Tints of Medium Violet Red #C0019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 55.17%
G = 0.29%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0019B (or 0xC0019B) is known color: Medium Violet Red. HEX triplet: C0, 01 and 9B. RGB value is (192,1,155). Sum of RGB (Red+Green+Blue) = 192+1+155=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0019B is #3FFE64. Grayscale: #4B4B4B. Windows color (decimal): -4193893 or 10158528. OLE color: 10158528.

HSL color Cylindrical-coordinate representation of color #C0019B: hue angle of 311.62º 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 #C0019B is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 1 155 -
CMYK 0 0.99 0.19 0.25
HSL 311.62º 0.99% 0.38% -
HSV(B) 311.62º 0.99% 0.75% -
XYZ 27.67 13.59 32.18 -
YUV 75.67 172.78 210.98 -
System Red Green Blue C M Y K H S L
Decimal 192 1 155 0 0.99 0.19 0.25 311.62 0.99 0.38
Hex C0 1 9B 0 63 13 19 138 63 26
Octal 300 1 233 0 143 23 31 470 143 46
Binary 11000000 1 10011011 0 1100011 10011 11001 100111000 1100011 100110

Color Harmonies of #C0019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0019B

Black with #C0019B

Text Example


Text Example

White with #C0019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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