Html Css Color HEX #C5206B Medium Violet Red

📋 copy color: '#C5206B'

red 197 ◦ green 32 ◦ blue 107

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

Shades of Medium Violet Red #C5206B

Tints of Medium Violet Red #C5206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 58.63%
G = 9.52%
B = 31.85%

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

#C5206B (or 0xC5206B) is known color: Medium Violet Red. HEX triplet: C5, 20 and 6B. RGB value is (197,32,107). Sum of RGB (Red+Green+Blue) = 197+32+107=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5206B is #3ADF94. Grayscale: #595959. Windows color (decimal): -3858325 or 7020741. OLE color: 7020741.

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

Color convert

RGB 197 32 107 -
CMYK 0 0.84 0.46 0.23
HSL 332.73º 0.72% 0.45% -
HSV(B) 332.73º 0.84% 0.77% -
XYZ 26.2 13.96 15.22 -
YUV 89.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 197 32 107 0 0.84 0.46 0.23 332.73 0.72 0.45
Hex C5 20 6B 0 54 2E 17 14D 48 2D
Octal 305 40 153 0 124 56 27 515 110 55
Binary 11000101 100000 1101011 0 1010100 101110 10111 101001101 1001000 101101

Color Harmonies of #C5206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5206B

Black with #C5206B

Text Example


Text Example

White with #C5206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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