Html Css Color HEX #C0049B Medium Violet Red

📋 copy color: '#C0049B'

red 192 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #C0049B

Tints of Medium Violet Red #C0049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 54.7%
G = 1.14%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0049B (or 0xC0049B) is known color: Medium Violet Red. HEX triplet: C0, 04 and 9B. RGB value is (192,4,155). Sum of RGB (Red+Green+Blue) = 192+4+155=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0049B is #3FFB64. Grayscale: #4D4D4D. Windows color (decimal): -4193125 or 10159296. OLE color: 10159296.

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

Color convert

RGB 192 4 155 -
CMYK 0 0.98 0.19 0.25
HSL 311.81º 0.96% 0.38% -
HSV(B) 311.81º 0.98% 0.75% -
XYZ 27.7 13.66 32.19 -
YUV 77.43 171.78 209.72 -
System Red Green Blue C M Y K H S L
Decimal 192 4 155 0 0.98 0.19 0.25 311.81 0.96 0.38
Hex C0 4 9B 0 62 13 19 138 60 26
Octal 300 4 233 0 142 23 31 470 140 46
Binary 11000000 100 10011011 0 1100010 10011 11001 100111000 1100000 100110

Color Harmonies of #C0049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0049B

Black with #C0049B

Text Example


Text Example

White with #C0049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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