Html Css Color HEX #C0196B Medium Violet Red

📋 copy color: '#C0196B'

red 192 ◦ green 25 ◦ blue 107

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

Shades of Medium Violet Red #C0196B

Tints of Medium Violet Red #C0196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 59.26%
G = 7.72%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0196B (or 0xC0196B) is known color: Medium Violet Red. HEX triplet: C0, 19 and 6B. RGB value is (192,25,107). Sum of RGB (Red+Green+Blue) = 192+25+107=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0196B is #3FE694. Grayscale: #545454. Windows color (decimal): -4187797 or 7018944. OLE color: 7018944.

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

Color convert

RGB 192 25 107 -
CMYK 0 0.87 0.44 0.25
HSL 330.54º 0.77% 0.43% -
HSV(B) 330.54º 0.87% 0.75% -
XYZ 24.74 12.96 15.11 -
YUV 84.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 192 25 107 0 0.87 0.44 0.25 330.54 0.77 0.43
Hex C0 19 6B 0 57 2C 19 14B 4D 2B
Octal 300 31 153 0 127 54 31 513 115 53
Binary 11000000 11001 1101011 0 1010111 101100 11001 101001011 1001101 101011

Color Harmonies of #C0196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0196B

Black with #C0196B

Text Example


Text Example

White with #C0196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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