Html Css Color HEX #C7206C Medium Violet Red

📋 copy color: '#C7206C'

red 199 ◦ green 32 ◦ blue 108

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

Shades of Medium Violet Red #C7206C

Tints of Medium Violet Red #C7206C

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 58.7%
G = 9.44%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7206C (or 0xC7206C) is known color: Medium Violet Red. HEX triplet: C7, 20 and 6C. RGB value is (199,32,108). Sum of RGB (Red+Green+Blue) = 199+32+108=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7206C is #38DF93. Grayscale: #5A5A5A. Windows color (decimal): -3727252 or 7086279. OLE color: 7086279.

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

Color convert

RGB 199 32 108 -
CMYK 0 0.84 0.46 0.22
HSL 332.69º 0.72% 0.45% -
HSV(B) 332.69º 0.84% 0.78% -
XYZ 26.78 14.26 15.53 -
YUV 90.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 199 32 108 0 0.84 0.46 0.22 332.69 0.72 0.45
Hex C7 20 6C 0 54 2E 16 14D 48 2D
Octal 307 40 154 0 124 56 26 515 110 55
Binary 11000111 100000 1101100 0 1010100 101110 10110 101001101 1001000 101101

Color Harmonies of #C7206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7206C

Black with #C7206C

Text Example


Text Example

White with #C7206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7206C; }

 p { color: rgb(199,32,108); }

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

background-color css

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

 a { background-color: rgb(199,32,108); }

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

border-color css

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

 span { border-color: rgb(199,32,108); }

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