Html Css Color HEX #C5299C Medium Red Violet

📋 copy color: '#C5299C'

red 197 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #C5299C

Tints of Medium Red Violet #C5299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 50%
G = 10.41%
B = 39.59%

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

#C5299C (or 0xC5299C) is known color: Medium Red Violet. HEX triplet: C5, 29 and 9C. RGB value is (197,41,156). Sum of RGB (Red+Green+Blue) = 197+41+156=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5299C is #3AD663. Grayscale: #646464. Windows color (decimal): -3855972 or 10234309. OLE color: 10234309.

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

Color convert

RGB 197 41 156 -
CMYK 0 0.79 0.21 0.23
HSL 315.77º 0.66% 0.47% -
HSV(B) 315.77º 0.79% 0.77% -
XYZ 29.82 15.86 32.94 -
YUV 100.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 197 41 156 0 0.79 0.21 0.23 315.77 0.66 0.47
Hex C5 29 9C 0 4F 15 17 13C 42 2F
Octal 305 51 234 0 117 25 27 474 102 57
Binary 11000101 101001 10011100 0 1001111 10101 10111 100111100 1000010 101111

Color Harmonies of #C5299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5299C

Black with #C5299C

Text Example


Text Example

White with #C5299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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