Html Css Color HEX #C7208A Medium Violet Red

📋 copy color: '#C7208A'

red 199 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #C7208A

Tints of Medium Violet Red #C7208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 53.93%
G = 8.67%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7208A (or 0xC7208A) is known color: Medium Violet Red. HEX triplet: C7, 20 and 8A. RGB value is (199,32,138). Sum of RGB (Red+Green+Blue) = 199+32+138=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7208A is #38DF75. Grayscale: #5D5D5D. Windows color (decimal): -3727222 or 9052359. OLE color: 9052359.

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

Color convert

RGB 199 32 138 -
CMYK 0 0.84 0.31 0.22
HSL 321.92º 0.72% 0.45% -
HSV(B) 321.92º 0.84% 0.78% -
XYZ 28.66 15.01 25.43 -
YUV 94.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 199 32 138 0 0.84 0.31 0.22 321.92 0.72 0.45
Hex C7 20 8A 0 54 1F 16 142 48 2D
Octal 307 40 212 0 124 37 26 502 110 55
Binary 11000111 100000 10001010 0 1010100 11111 10110 101000010 1001000 101101

Color Harmonies of #C7208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7208A

Black with #C7208A

Text Example


Text Example

White with #C7208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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