Html Css Color HEX #C5208D Medium Violet Red

📋 copy color: '#C5208D'

red 197 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #C5208D

Tints of Medium Violet Red #C5208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

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

R = 53.24%
G = 8.65%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5208D (or 0xC5208D) is known color: Medium Violet Red. HEX triplet: C5, 20 and 8D. RGB value is (197,32,141). Sum of RGB (Red+Green+Blue) = 197+32+141=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5208D is #3ADF72. Grayscale: #5D5D5D. Windows color (decimal): -3858291 or 9248965. OLE color: 9248965.

HSL color Cylindrical-coordinate representation of color #C5208D: hue angle of 320.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5208D is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 141 -
CMYK 0 0.84 0.28 0.23
HSL 320.36º 0.72% 0.45% -
HSV(B) 320.36º 0.84% 0.77% -
XYZ 28.35 14.83 26.57 -
YUV 93.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 197 32 141 0 0.84 0.28 0.23 320.36 0.72 0.45
Hex C5 20 8D 0 54 1C 17 140 48 2D
Octal 305 40 215 0 124 34 27 500 110 55
Binary 11000101 100000 10001101 0 1010100 11100 10111 101000000 1001000 101101

Color Harmonies of #C5208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5208D

Black with #C5208D

Text Example


Text Example

White with #C5208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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