Html Css Color HEX #C5279C Medium Red Violet

📋 copy color: '#C5279C'

red 197 ◦ green 39 ◦ blue 156

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

Shades of Medium Red Violet #C5279C

Tints of Medium Red Violet #C5279C

RGB

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

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

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

R = 50.26%
G = 9.95%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5279C (or 0xC5279C) is known color: Medium Red Violet. HEX triplet: C5, 27 and 9C. RGB value is (197,39,156). Sum of RGB (Red+Green+Blue) = 197+39+156=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5279C is #3AD863. Grayscale: #636363. Windows color (decimal): -3856484 or 10233797. OLE color: 10233797.

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

Color convert

RGB 197 39 156 -
CMYK 0 0.80 0.21 0.23
HSL 315.57º 0.67% 0.46% -
HSV(B) 315.57º 0.8% 0.77% -
XYZ 29.75 15.72 32.92 -
YUV 99.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 197 39 156 0 0.80 0.21 0.23 315.57 0.67 0.46
Hex C5 27 9C 0 50 15 17 13C 43 2E
Octal 305 47 234 0 120 25 27 474 103 56
Binary 11000101 100111 10011100 0 1010000 10101 10111 100111100 1000011 101110

Color Harmonies of #C5279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5279C

Black with #C5279C

Text Example


Text Example

White with #C5279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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