Html Css Color HEX #C5299D Medium Red Violet

📋 copy color: '#C5299D'

red 197 ◦ green 41 ◦ blue 157

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

Shades of Medium Red Violet #C5299D

Tints of Medium Red Violet #C5299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 49.87%
G = 10.38%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5299D (or 0xC5299D) is known color: Medium Red Violet. HEX triplet: C5, 29 and 9D. RGB value is (197,41,157). Sum of RGB (Red+Green+Blue) = 197+41+157=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5299D is #3AD662. Grayscale: #646464. Windows color (decimal): -3855971 or 10299845. OLE color: 10299845.

HSL color Cylindrical-coordinate representation of color #C5299D: hue angle of 315.38º 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 #C5299D is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 157 -
CMYK 0 0.79 0.20 0.23
HSL 315.38º 0.66% 0.47% -
HSV(B) 315.38º 0.79% 0.77% -
XYZ 29.9 15.89 33.39 -
YUV 100.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 197 41 157 0 0.79 0.20 0.23 315.38 0.66 0.47
Hex C5 29 9D 0 4F 14 17 13B 42 2F
Octal 305 51 235 0 117 24 27 473 102 57
Binary 11000101 101001 10011101 0 1001111 10100 10111 100111011 1000010 101111

Color Harmonies of #C5299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5299D

Black with #C5299D

Text Example


Text Example

White with #C5299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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