Html Css Color HEX #C5238F Medium Violet Red

📋 copy color: '#C5238F'

red 197 ◦ green 35 ◦ blue 143

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

Shades of Medium Violet Red #C5238F

Tints of Medium Violet Red #C5238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 52.53%
G = 9.33%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5238F (or 0xC5238F) is known color: Medium Violet Red. HEX triplet: C5, 23 and 8F. RGB value is (197,35,143). Sum of RGB (Red+Green+Blue) = 197+35+143=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5238F is #3ADC70. Grayscale: #5F5F5F. Windows color (decimal): -3857521 or 9380805. OLE color: 9380805.

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

Color convert

RGB 197 35 143 -
CMYK 0 0.82 0.27 0.23
HSL 320º 0.7% 0.45% -
HSV(B) 320º 0.82% 0.77% -
XYZ 28.58 15.06 27.39 -
YUV 95.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 197 35 143 0 0.82 0.27 0.23 320 0.7 0.45
Hex C5 23 8F 0 52 1B 17 140 46 2D
Octal 305 43 217 0 122 33 27 500 106 55
Binary 11000101 100011 10001111 0 1010010 11011 10111 101000000 1000110 101101

Color Harmonies of #C5238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5238F

Black with #C5238F

Text Example


Text Example

White with #C5238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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