Html Css Color HEX #C5238C Medium Violet Red

📋 copy color: '#C5238C'

red 197 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #C5238C

Tints of Medium Violet Red #C5238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 52.96%
G = 9.41%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5238C (or 0xC5238C) is known color: Medium Violet Red. HEX triplet: C5, 23 and 8C. RGB value is (197,35,140). Sum of RGB (Red+Green+Blue) = 197+35+140=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5238C is #3ADC73. Grayscale: #5F5F5F. Windows color (decimal): -3857524 or 9184197. OLE color: 9184197.

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

Color convert

RGB 197 35 140 -
CMYK 0 0.82 0.29 0.23
HSL 321.11º 0.7% 0.45% -
HSV(B) 321.11º 0.82% 0.77% -
XYZ 28.36 14.97 26.2 -
YUV 95.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 197 35 140 0 0.82 0.29 0.23 321.11 0.7 0.45
Hex C5 23 8C 0 52 1D 17 141 46 2D
Octal 305 43 214 0 122 35 27 501 106 55
Binary 11000101 100011 10001100 0 1010010 11101 10111 101000001 1000110 101101

Color Harmonies of #C5238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5238C

Black with #C5238C

Text Example


Text Example

White with #C5238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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