Html Css Color HEX #C5238B Medium Violet Red

📋 copy color: '#C5238B'

red 197 ◦ green 35 ◦ blue 139

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

Shades of Medium Violet Red #C5238B

Tints of Medium Violet Red #C5238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 53.1%
G = 9.43%
B = 37.47%

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

#C5238B (or 0xC5238B) is known color: Medium Violet Red. HEX triplet: C5, 23 and 8B. RGB value is (197,35,139). Sum of RGB (Red+Green+Blue) = 197+35+139=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5238B is #3ADC74. Grayscale: #5F5F5F. Windows color (decimal): -3857525 or 9118661. OLE color: 9118661.

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

Color convert

RGB 197 35 139 -
CMYK 0 0.82 0.29 0.23
HSL 321.48º 0.7% 0.45% -
HSV(B) 321.48º 0.82% 0.77% -
XYZ 28.29 14.94 25.82 -
YUV 95.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 197 35 139 0 0.82 0.29 0.23 321.48 0.7 0.45
Hex C5 23 8B 0 52 1D 17 141 46 2D
Octal 305 43 213 0 122 35 27 501 106 55
Binary 11000101 100011 10001011 0 1010010 11101 10111 101000001 1000110 101101

Color Harmonies of #C5238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5238B

Black with #C5238B

Text Example


Text Example

White with #C5238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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