Html Css Color HEX #C5299B Medium Red Violet

📋 copy color: '#C5299B'

red 197 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #C5299B

Tints of Medium Red Violet #C5299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 50.13%
G = 10.43%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5299B (or 0xC5299B) is known color: Medium Red Violet. HEX triplet: C5, 29 and 9B. RGB value is (197,41,155). Sum of RGB (Red+Green+Blue) = 197+41+155=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5299B is #3AD664. Grayscale: #646464. Windows color (decimal): -3855973 or 10168773. OLE color: 10168773.

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

Color convert

RGB 197 41 155 -
CMYK 0 0.79 0.21 0.23
HSL 316.15º 0.66% 0.47% -
HSV(B) 316.15º 0.79% 0.77% -
XYZ 29.74 15.82 32.5 -
YUV 100.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 197 41 155 0 0.79 0.21 0.23 316.15 0.66 0.47
Hex C5 29 9B 0 4F 15 17 13C 42 2F
Octal 305 51 233 0 117 25 27 474 102 57
Binary 11000101 101001 10011011 0 1001111 10101 10111 100111100 1000010 101111

Color Harmonies of #C5299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5299B

Black with #C5299B

Text Example


Text Example

White with #C5299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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