Html Css Color HEX #C7208E Medium Violet Red

📋 copy color: '#C7208E'

red 199 ◦ green 32 ◦ blue 142

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

Shades of Medium Violet Red #C7208E

Tints of Medium Violet Red #C7208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 53.35%
G = 8.58%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7208E (or 0xC7208E) is known color: Medium Violet Red. HEX triplet: C7, 20 and 8E. RGB value is (199,32,142). Sum of RGB (Red+Green+Blue) = 199+32+142=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7208E is #38DF71. Grayscale: #5E5E5E. Windows color (decimal): -3727218 or 9314503. OLE color: 9314503.

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

Color convert

RGB 199 32 142 -
CMYK 0 0.84 0.29 0.22
HSL 320.48º 0.72% 0.45% -
HSV(B) 320.48º 0.84% 0.78% -
XYZ 28.95 15.13 26.99 -
YUV 94.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 199 32 142 0 0.84 0.29 0.22 320.48 0.72 0.45
Hex C7 20 8E 0 54 1D 16 140 48 2D
Octal 307 40 216 0 124 35 26 500 110 55
Binary 11000111 100000 10001110 0 1010100 11101 10110 101000000 1001000 101101

Color Harmonies of #C7208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7208E

Black with #C7208E

Text Example


Text Example

White with #C7208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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