Html Css Color HEX #C5299E Medium Red Violet

📋 copy color: '#C5299E'

red 197 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #C5299E

Tints of Medium Red Violet #C5299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 49.75%
G = 10.35%
B = 39.9%

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

#C5299E (or 0xC5299E) is known color: Medium Red Violet. HEX triplet: C5, 29 and 9E. RGB value is (197,41,158). Sum of RGB (Red+Green+Blue) = 197+41+158=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5299E is #3AD661. Grayscale: #646464. Windows color (decimal): -3855970 or 10365381. OLE color: 10365381.

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

Color convert

RGB 197 41 158 -
CMYK 0 0.79 0.20 0.23
HSL 315º 0.66% 0.47% -
HSV(B) 315º 0.79% 0.77% -
XYZ 29.99 15.92 33.84 -
YUV 100.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 197 41 158 0 0.79 0.20 0.23 315 0.66 0.47
Hex C5 29 9E 0 4F 14 17 13B 42 2F
Octal 305 51 236 0 117 24 27 473 102 57
Binary 11000101 101001 10011110 0 1001111 10100 10111 100111011 1000010 101111

Color Harmonies of #C5299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5299E

Black with #C5299E

Text Example


Text Example

White with #C5299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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