Html Css Color HEX #C5206D Medium Violet Red

📋 copy color: '#C5206D'

red 197 ◦ green 32 ◦ blue 109

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

Shades of Medium Violet Red #C5206D

Tints of Medium Violet Red #C5206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 58.28%
G = 9.47%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5206D (or 0xC5206D) is known color: Medium Violet Red. HEX triplet: C5, 20 and 6D. RGB value is (197,32,109). Sum of RGB (Red+Green+Blue) = 197+32+109=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5206D is #3ADF92. Grayscale: #595959. Windows color (decimal): -3858323 or 7151813. OLE color: 7151813.

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

Color convert

RGB 197 32 109 -
CMYK 0 0.84 0.45 0.23
HSL 332º 0.72% 0.45% -
HSV(B) 332º 0.84% 0.77% -
XYZ 26.3 14.01 15.79 -
YUV 90.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 197 32 109 0 0.84 0.45 0.23 332 0.72 0.45
Hex C5 20 6D 0 54 2D 17 14C 48 2D
Octal 305 40 155 0 124 55 27 514 110 55
Binary 11000101 100000 1101101 0 1010100 101101 10111 101001100 1001000 101101

Color Harmonies of #C5206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5206D

Black with #C5206D

Text Example


Text Example

White with #C5206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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