Html Css Color HEX #C1299F Medium Red Violet

📋 copy color: '#C1299F'

red 193 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #C1299F

Tints of Medium Red Violet #C1299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 49.11%
G = 10.43%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1299F (or 0xC1299F) is known color: Medium Red Violet. HEX triplet: C1, 29 and 9F. RGB value is (193,41,159). Sum of RGB (Red+Green+Blue) = 193+41+159=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1299F is #3ED660. Grayscale: #636363. Windows color (decimal): -4118113 or 10430913. OLE color: 10430913.

HSL color Cylindrical-coordinate representation of color #C1299F: hue angle of 313.42º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1299F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 159 -
CMYK 0 0.79 0.18 0.24
HSL 313.42º 0.65% 0.46% -
HSV(B) 313.42º 0.79% 0.76% -
XYZ 29.04 15.43 34.25 -
YUV 99.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 193 41 159 0 0.79 0.18 0.24 313.42 0.65 0.46
Hex C1 29 9F 0 4F 12 18 139 41 2E
Octal 301 51 237 0 117 22 30 471 101 56
Binary 11000001 101001 10011111 0 1001111 10010 11000 100111001 1000001 101110

Color Harmonies of #C1299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1299F

Black with #C1299F

Text Example


Text Example

White with #C1299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1299F; }

 p { color: rgb(193,41,159); }

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

background-color css

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

 a { background-color: rgb(193,41,159); }

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

border-color css

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

 span { border-color: rgb(193,41,159); }

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