Html Css Color HEX #C7208C Medium Violet Red

📋 copy color: '#C7208C'

red 199 ◦ green 32 ◦ blue 140

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

Shades of Medium Violet Red #C7208C

Tints of Medium Violet Red #C7208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 53.64%
G = 8.63%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7208C (or 0xC7208C) is known color: Medium Violet Red. HEX triplet: C7, 20 and 8C. RGB value is (199,32,140). Sum of RGB (Red+Green+Blue) = 199+32+140=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7208C is #38DF73. Grayscale: #5D5D5D. Windows color (decimal): -3727220 or 9183431. OLE color: 9183431.

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

Color convert

RGB 199 32 140 -
CMYK 0 0.84 0.30 0.22
HSL 321.2º 0.72% 0.45% -
HSV(B) 321.2º 0.84% 0.78% -
XYZ 28.8 15.07 26.2 -
YUV 94.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 199 32 140 0 0.84 0.30 0.22 321.2 0.72 0.45
Hex C7 20 8C 0 54 1E 16 141 48 2D
Octal 307 40 214 0 124 36 26 501 110 55
Binary 11000111 100000 10001100 0 1010100 11110 10110 101000001 1001000 101101

Color Harmonies of #C7208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7208C

Black with #C7208C

Text Example


Text Example

White with #C7208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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