Html Css Color HEX #C1198F Medium Violet Red

📋 copy color: '#C1198F'

red 193 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #C1198F

Tints of Medium Violet Red #C1198F

RGB

 RED value IS 193 (75.78% from 255) = 53.46%

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

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

R = 53.46%
G = 6.93%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1198F (or 0xC1198F) is known color: Medium Violet Red. HEX triplet: C1, 19 and 8F. RGB value is (193,25,143). Sum of RGB (Red+Green+Blue) = 193+25+143=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C1198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1198F is #3EE670. Grayscale: #585858. Windows color (decimal): -4122225 or 9378241. OLE color: 9378241.

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

Color convert

RGB 193 25 143 -
CMYK 0 0.87 0.26 0.24
HSL 317.86º 0.77% 0.43% -
HSV(B) 317.86º 0.87% 0.76% -
XYZ 27.3 14.02 27.25 -
YUV 88.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 193 25 143 0 0.87 0.26 0.24 317.86 0.77 0.43
Hex C1 19 8F 0 57 1A 18 13E 4D 2B
Octal 301 31 217 0 127 32 30 476 115 53
Binary 11000001 11001 10001111 0 1010111 11010 11000 100111110 1001101 101011

Color Harmonies of #C1198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1198F

Black with #C1198F

Text Example


Text Example

White with #C1198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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