Html Css Color HEX #C5237F Medium Violet Red

📋 copy color: '#C5237F'

red 197 ◦ green 35 ◦ blue 127

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

Shades of Medium Violet Red #C5237F

Tints of Medium Violet Red #C5237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 54.87%
G = 9.75%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5237F (or 0xC5237F) is known color: Medium Violet Red. HEX triplet: C5, 23 and 7F. RGB value is (197,35,127). Sum of RGB (Red+Green+Blue) = 197+35+127=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5237F is #3ADC80. Grayscale: #5D5D5D. Windows color (decimal): -3857537 or 8332229. OLE color: 8332229.

HSL color Cylindrical-coordinate representation of color #C5237F: hue angle of 325.93º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5237F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 127 -
CMYK 0 0.82 0.36 0.23
HSL 325.93º 0.7% 0.45% -
HSV(B) 325.93º 0.82% 0.77% -
XYZ 27.46 14.6 21.45 -
YUV 93.93 146.67 201.52 -
System Red Green Blue C M Y K H S L
Decimal 197 35 127 0 0.82 0.36 0.23 325.93 0.7 0.45
Hex C5 23 7F 0 52 24 17 146 46 2D
Octal 305 43 177 0 122 44 27 506 106 55
Binary 11000101 100011 1111111 0 1010010 100100 10111 101000110 1000110 101101

Color Harmonies of #C5237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5237F

Black with #C5237F

Text Example


Text Example

White with #C5237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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