Html Css Color HEX #C0198C Medium Violet Red

📋 copy color: '#C0198C'

red 192 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #C0198C

Tints of Medium Violet Red #C0198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 53.78%
G = 7%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0198C (or 0xC0198C) is known color: Medium Violet Red. HEX triplet: C0, 19 and 8C. RGB value is (192,25,140). Sum of RGB (Red+Green+Blue) = 192+25+140=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0198C is #3FE673. Grayscale: #575757. Windows color (decimal): -4187764 or 9181632. OLE color: 9181632.

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

Color convert

RGB 192 25 140 -
CMYK 0 0.87 0.27 0.25
HSL 318.68º 0.77% 0.43% -
HSV(B) 318.68º 0.87% 0.75% -
XYZ 26.82 13.8 26.06 -
YUV 88.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 192 25 140 0 0.87 0.27 0.25 318.68 0.77 0.43
Hex C0 19 8C 0 57 1B 19 13F 4D 2B
Octal 300 31 214 0 127 33 31 477 115 53
Binary 11000000 11001 10001100 0 1010111 11011 11001 100111111 1001101 101011

Color Harmonies of #C0198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0198C

Black with #C0198C

Text Example


Text Example

White with #C0198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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