Html Css Color HEX #C5237C Medium Violet Red

📋 copy color: '#C5237C'

red 197 ◦ green 35 ◦ blue 124

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

Shades of Medium Violet Red #C5237C

Tints of Medium Violet Red #C5237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 55.34%
G = 9.83%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5237C (or 0xC5237C) is known color: Medium Violet Red. HEX triplet: C5, 23 and 7C. RGB value is (197,35,124). Sum of RGB (Red+Green+Blue) = 197+35+124=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5237C is #3ADC83. Grayscale: #5D5D5D. Windows color (decimal): -3857540 or 8135621. OLE color: 8135621.

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

Color convert

RGB 197 35 124 -
CMYK 0 0.82 0.37 0.23
HSL 327.04º 0.7% 0.45% -
HSV(B) 327.04º 0.82% 0.77% -
XYZ 27.27 14.53 20.44 -
YUV 93.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 197 35 124 0 0.82 0.37 0.23 327.04 0.7 0.45
Hex C5 23 7C 0 52 25 17 147 46 2D
Octal 305 43 174 0 122 45 27 507 106 55
Binary 11000101 100011 1111100 0 1010010 100101 10111 101000111 1000110 101101

Color Harmonies of #C5237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5237C

Black with #C5237C

Text Example


Text Example

White with #C5237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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