Html Css Color HEX #C5279D Medium Red Violet

📋 copy color: '#C5279D'

red 197 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #C5279D

Tints of Medium Red Violet #C5279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.92%

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

R = 50.13%
G = 9.92%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5279D (or 0xC5279D) is known color: Medium Red Violet. HEX triplet: C5, 27 and 9D. RGB value is (197,39,157). Sum of RGB (Red+Green+Blue) = 197+39+157=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5279D is #3AD862. Grayscale: #636363. Windows color (decimal): -3856483 or 10299333. OLE color: 10299333.

HSL color Cylindrical-coordinate representation of color #C5279D: hue angle of 315.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5279D is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 157 -
CMYK 0 0.80 0.20 0.23
HSL 315.19º 0.67% 0.46% -
HSV(B) 315.19º 0.8% 0.77% -
XYZ 29.84 15.76 33.37 -
YUV 99.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 197 39 157 0 0.80 0.20 0.23 315.19 0.67 0.46
Hex C5 27 9D 0 50 14 17 13B 43 2E
Octal 305 47 235 0 120 24 27 473 103 56
Binary 11000101 100111 10011101 0 1010000 10100 10111 100111011 1000011 101110

Color Harmonies of #C5279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5279D

Black with #C5279D

Text Example


Text Example

White with #C5279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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