Html Css Color HEX #C5238D Medium Violet Red

📋 copy color: '#C5238D'

red 197 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #C5238D

Tints of Medium Violet Red #C5238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 52.82%
G = 9.38%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5238D (or 0xC5238D) is known color: Medium Violet Red. HEX triplet: C5, 23 and 8D. RGB value is (197,35,141). Sum of RGB (Red+Green+Blue) = 197+35+141=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5238D is #3ADC72. Grayscale: #5F5F5F. Windows color (decimal): -3857523 or 9249733. OLE color: 9249733.

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

Color convert

RGB 197 35 141 -
CMYK 0 0.82 0.28 0.23
HSL 320.74º 0.7% 0.45% -
HSV(B) 320.74º 0.82% 0.77% -
XYZ 28.43 15 26.6 -
YUV 95.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 197 35 141 0 0.82 0.28 0.23 320.74 0.7 0.45
Hex C5 23 8D 0 52 1C 17 141 46 2D
Octal 305 43 215 0 122 34 27 501 106 55
Binary 11000101 100011 10001101 0 1010010 11100 10111 101000001 1000110 101101

Color Harmonies of #C5238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5238D

Black with #C5238D

Text Example


Text Example

White with #C5238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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