Html Css Color HEX #C5299F Medium Red Violet

📋 copy color: '#C5299F'

red 197 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #C5299F

Tints of Medium Red Violet #C5299F

RGB

 RED value IS 197 (77.34% from 255) = 49.62%

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

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

R = 49.62%
G = 10.33%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5299F (or 0xC5299F) is known color: Medium Red Violet. HEX triplet: C5, 29 and 9F. RGB value is (197,41,159). Sum of RGB (Red+Green+Blue) = 197+41+159=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5299F is #3AD660. Grayscale: #646464. Windows color (decimal): -3855969 or 10430917. OLE color: 10430917.

HSL color Cylindrical-coordinate representation of color #C5299F: hue angle of 314.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5299F is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 159 -
CMYK 0 0.79 0.19 0.23
HSL 314.62º 0.66% 0.47% -
HSV(B) 314.62º 0.79% 0.77% -
XYZ 30.08 15.96 34.3 -
YUV 101.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 197 41 159 0 0.79 0.19 0.23 314.62 0.66 0.47
Hex C5 29 9F 0 4F 13 17 13B 42 2F
Octal 305 51 237 0 117 23 27 473 102 57
Binary 11000101 101001 10011111 0 1001111 10011 10111 100111011 1000010 101111

Color Harmonies of #C5299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5299F

Black with #C5299F

Text Example


Text Example

White with #C5299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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