Html Css Color HEX #C0196C Medium Violet Red

📋 copy color: '#C0196C'

red 192 ◦ green 25 ◦ blue 108

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

Shades of Medium Violet Red #C0196C

Tints of Medium Violet Red #C0196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 59.08%
G = 7.69%
B = 33.23%

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

#C0196C (or 0xC0196C) is known color: Medium Violet Red. HEX triplet: C0, 19 and 6C. RGB value is (192,25,108). Sum of RGB (Red+Green+Blue) = 192+25+108=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0196C is #3FE693. Grayscale: #545454. Windows color (decimal): -4187796 or 7084480. OLE color: 7084480.

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

Color convert

RGB 192 25 108 -
CMYK 0 0.87 0.44 0.25
HSL 330.18º 0.77% 0.43% -
HSV(B) 330.18º 0.87% 0.75% -
XYZ 24.79 12.98 15.39 -
YUV 84.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 192 25 108 0 0.87 0.44 0.25 330.18 0.77 0.43
Hex C0 19 6C 0 57 2C 19 14A 4D 2B
Octal 300 31 154 0 127 54 31 512 115 53
Binary 11000000 11001 1101100 0 1010111 101100 11001 101001010 1001101 101011

Color Harmonies of #C0196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0196C

Black with #C0196C

Text Example


Text Example

White with #C0196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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