Html Css Color HEX #C7206D Medium Violet Red

📋 copy color: '#C7206D'

red 199 ◦ green 32 ◦ blue 109

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

Shades of Medium Violet Red #C7206D

Tints of Medium Violet Red #C7206D

RGB

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

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

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

R = 58.53%
G = 9.41%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7206D (or 0xC7206D) is known color: Medium Violet Red. HEX triplet: C7, 20 and 6D. RGB value is (199,32,109). Sum of RGB (Red+Green+Blue) = 199+32+109=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7206D is #38DF92. Grayscale: #5A5A5A. Windows color (decimal): -3727251 or 7151815. OLE color: 7151815.

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

Color convert

RGB 199 32 109 -
CMYK 0 0.84 0.45 0.22
HSL 332.34º 0.72% 0.45% -
HSV(B) 332.34º 0.84% 0.78% -
XYZ 26.83 14.28 15.81 -
YUV 90.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 199 32 109 0 0.84 0.45 0.22 332.34 0.72 0.45
Hex C7 20 6D 0 54 2D 16 14C 48 2D
Octal 307 40 155 0 124 55 26 514 110 55
Binary 11000111 100000 1101101 0 1010100 101101 10110 101001100 1001000 101101

Color Harmonies of #C7206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7206D

Black with #C7206D

Text Example


Text Example

White with #C7206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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