Html Css Color HEX #C7207C Medium Violet Red

📋 copy color: '#C7207C'

red 199 ◦ green 32 ◦ blue 124

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

Shades of Medium Violet Red #C7207C

Tints of Medium Violet Red #C7207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 56.06%
G = 9.01%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7207C (or 0xC7207C) is known color: Medium Violet Red. HEX triplet: C7, 20 and 7C. RGB value is (199,32,124). Sum of RGB (Red+Green+Blue) = 199+32+124=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7207C is #38DF83. Grayscale: #5C5C5C. Windows color (decimal): -3727236 or 8134855. OLE color: 8134855.

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

Color convert

RGB 199 32 124 -
CMYK 0 0.84 0.38 0.22
HSL 326.95º 0.72% 0.45% -
HSV(B) 326.95º 0.84% 0.78% -
XYZ 27.71 14.63 20.43 -
YUV 92.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 199 32 124 0 0.84 0.38 0.22 326.95 0.72 0.45
Hex C7 20 7C 0 54 26 16 147 48 2D
Octal 307 40 174 0 124 46 26 507 110 55
Binary 11000111 100000 1111100 0 1010100 100110 10110 101000111 1001000 101101

Color Harmonies of #C7207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7207C

Black with #C7207C

Text Example


Text Example

White with #C7207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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