Html Css Color HEX #C5206A Medium Violet Red

📋 copy color: '#C5206A'

red 197 ◦ green 32 ◦ blue 106

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

Shades of Medium Violet Red #C5206A

Tints of Medium Violet Red #C5206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 58.81%
G = 9.55%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5206A (or 0xC5206A) is known color: Medium Violet Red. HEX triplet: C5, 20 and 6A. RGB value is (197,32,106). Sum of RGB (Red+Green+Blue) = 197+32+106=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C5206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5206A is #3ADF95. Grayscale: #595959. Windows color (decimal): -3858326 or 6955205. OLE color: 6955205.

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

Color convert

RGB 197 32 106 -
CMYK 0 0.84 0.46 0.23
HSL 333.09º 0.72% 0.45% -
HSV(B) 333.09º 0.84% 0.77% -
XYZ 26.14 13.94 14.95 -
YUV 89.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 197 32 106 0 0.84 0.46 0.23 333.09 0.72 0.45
Hex C5 20 6A 0 54 2E 17 14D 48 2D
Octal 305 40 152 0 124 56 27 515 110 55
Binary 11000101 100000 1101010 0 1010100 101110 10111 101001101 1001000 101101

Color Harmonies of #C5206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5206A

Black with #C5206A

Text Example


Text Example

White with #C5206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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