Html Css Color HEX #C5278D Medium Red Violet

📋 copy color: '#C5278D'

red 197 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #C5278D

Tints of Medium Red Violet #C5278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 52.25%
G = 10.34%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5278D (or 0xC5278D) is known color: Medium Red Violet. HEX triplet: C5, 27 and 8D. RGB value is (197,39,141). Sum of RGB (Red+Green+Blue) = 197+39+141=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5278D is #3AD872. Grayscale: #616161. Windows color (decimal): -3856499 or 9250757. OLE color: 9250757.

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

Color convert

RGB 197 39 141 -
CMYK 0 0.80 0.28 0.23
HSL 321.27º 0.67% 0.46% -
HSV(B) 321.27º 0.8% 0.77% -
XYZ 28.56 15.24 26.64 -
YUV 97.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 197 39 141 0 0.80 0.28 0.23 321.27 0.67 0.46
Hex C5 27 8D 0 50 1C 17 141 43 2E
Octal 305 47 215 0 120 34 27 501 103 56
Binary 11000101 100111 10001101 0 1010000 11100 10111 101000001 1000011 101110

Color Harmonies of #C5278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5278D

Black with #C5278D

Text Example


Text Example

White with #C5278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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