Html Css Color HEX #C5278B Medium Red Violet

📋 copy color: '#C5278B'

red 197 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #C5278B

Tints of Medium Red Violet #C5278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 52.53%
G = 10.4%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5278B (or 0xC5278B) is known color: Medium Red Violet. HEX triplet: C5, 27 and 8B. RGB value is (197,39,139). Sum of RGB (Red+Green+Blue) = 197+39+139=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5278B is #3AD874. Grayscale: #616161. Windows color (decimal): -3856501 or 9119685. OLE color: 9119685.

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

Color convert

RGB 197 39 139 -
CMYK 0 0.80 0.29 0.23
HSL 322.03º 0.67% 0.46% -
HSV(B) 322.03º 0.8% 0.77% -
XYZ 28.41 15.19 25.86 -
YUV 97.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 197 39 139 0 0.80 0.29 0.23 322.03 0.67 0.46
Hex C5 27 8B 0 50 1D 17 142 43 2E
Octal 305 47 213 0 120 35 27 502 103 56
Binary 11000101 100111 10001011 0 1010000 11101 10111 101000010 1000011 101110

Color Harmonies of #C5278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5278B

Black with #C5278B

Text Example


Text Example

White with #C5278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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