Html Css Color HEX #C5237E Medium Violet Red

📋 copy color: '#C5237E'

red 197 ◦ green 35 ◦ blue 126

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

Shades of Medium Violet Red #C5237E

Tints of Medium Violet Red #C5237E

RGB

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

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

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

R = 55.03%
G = 9.78%
B = 35.2%

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

#C5237E (or 0xC5237E) is known color: Medium Violet Red. HEX triplet: C5, 23 and 7E. RGB value is (197,35,126). Sum of RGB (Red+Green+Blue) = 197+35+126=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5237E is #3ADC81. Grayscale: #5D5D5D. Windows color (decimal): -3857538 or 8266693. OLE color: 8266693.

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

Color convert

RGB 197 35 126 -
CMYK 0 0.82 0.36 0.23
HSL 326.3º 0.7% 0.45% -
HSV(B) 326.3º 0.82% 0.77% -
XYZ 27.39 14.58 21.11 -
YUV 93.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 197 35 126 0 0.82 0.36 0.23 326.3 0.7 0.45
Hex C5 23 7E 0 52 24 17 146 46 2D
Octal 305 43 176 0 122 44 27 506 106 55
Binary 11000101 100011 1111110 0 1010010 100100 10111 101000110 1000110 101101

Color Harmonies of #C5237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5237E

Black with #C5237E

Text Example


Text Example

White with #C5237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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