Html Css Color HEX #C5277F Medium Red Violet

📋 copy color: '#C5277F'

red 197 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #C5277F

Tints of Medium Red Violet #C5277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 54.27%
G = 10.74%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5277F (or 0xC5277F) is known color: Medium Red Violet. HEX triplet: C5, 27 and 7F. RGB value is (197,39,127). Sum of RGB (Red+Green+Blue) = 197+39+127=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5277F is #3AD880. Grayscale: #606060. Windows color (decimal): -3856513 or 8333253. OLE color: 8333253.

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

Color convert

RGB 197 39 127 -
CMYK 0 0.80 0.36 0.23
HSL 326.58º 0.67% 0.46% -
HSV(B) 326.58º 0.8% 0.77% -
XYZ 27.58 14.85 21.49 -
YUV 96.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 197 39 127 0 0.80 0.36 0.23 326.58 0.67 0.46
Hex C5 27 7F 0 50 24 17 147 43 2E
Octal 305 47 177 0 120 44 27 507 103 56
Binary 11000101 100111 1111111 0 1010000 100100 10111 101000111 1000011 101110

Color Harmonies of #C5277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5277F

Black with #C5277F

Text Example


Text Example

White with #C5277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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