Html Css Color HEX #C5277E Medium Red Violet

📋 copy color: '#C5277E'

red 197 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #C5277E

Tints of Medium Red Violet #C5277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 54.42%
G = 10.77%
B = 34.81%

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

#C5277E (or 0xC5277E) is known color: Medium Red Violet. HEX triplet: C5, 27 and 7E. RGB value is (197,39,126). Sum of RGB (Red+Green+Blue) = 197+39+126=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5277E is #3AD881. Grayscale: #5F5F5F. Windows color (decimal): -3856514 or 8267717. OLE color: 8267717.

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

Color convert

RGB 197 39 126 -
CMYK 0 0.80 0.36 0.23
HSL 326.96º 0.67% 0.46% -
HSV(B) 326.96º 0.8% 0.77% -
XYZ 27.52 14.83 21.15 -
YUV 96.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 197 39 126 0 0.80 0.36 0.23 326.96 0.67 0.46
Hex C5 27 7E 0 50 24 17 147 43 2E
Octal 305 47 176 0 120 44 27 507 103 56
Binary 11000101 100111 1111110 0 1010000 100100 10111 101000111 1000011 101110

Color Harmonies of #C5277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5277E

Black with #C5277E

Text Example


Text Example

White with #C5277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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