Html Css Color HEX #C0198F Medium Violet Red

📋 copy color: '#C0198F'

red 192 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #C0198F

Tints of Medium Violet Red #C0198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 53.33%
G = 6.94%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0198F (or 0xC0198F) is known color: Medium Violet Red. HEX triplet: C0, 19 and 8F. RGB value is (192,25,143). Sum of RGB (Red+Green+Blue) = 192+25+143=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0198F is #3FE670. Grayscale: #585858. Windows color (decimal): -4187761 or 9378240. OLE color: 9378240.

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

Color convert

RGB 192 25 143 -
CMYK 0 0.87 0.26 0.25
HSL 317.6º 0.77% 0.43% -
HSV(B) 317.6º 0.87% 0.75% -
XYZ 27.04 13.88 27.24 -
YUV 88.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 192 25 143 0 0.87 0.26 0.25 317.6 0.77 0.43
Hex C0 19 8F 0 57 1A 19 13E 4D 2B
Octal 300 31 217 0 127 32 31 476 115 53
Binary 11000000 11001 10001111 0 1010111 11010 11001 100111110 1001101 101011

Color Harmonies of #C0198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0198F

Black with #C0198F

Text Example


Text Example

White with #C0198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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