Html Css Color HEX #C7287C Medium Red Violet

📋 copy color: '#C7287C'

red 199 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #C7287C

Tints of Medium Red Violet #C7287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 54.82%
G = 11.02%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7287C (or 0xC7287C) is known color: Medium Red Violet. HEX triplet: C7, 28 and 7C. RGB value is (199,40,124). Sum of RGB (Red+Green+Blue) = 199+40+124=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7287C is #38D783. Grayscale: #606060. Windows color (decimal): -3725188 or 8136903. OLE color: 8136903.

HSL color Cylindrical-coordinate representation of color #C7287C: hue angle of 328.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7287C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 124 -
CMYK 0 0.80 0.38 0.22
HSL 328.3º 0.67% 0.47% -
HSV(B) 328.3º 0.8% 0.78% -
XYZ 27.95 15.11 20.51 -
YUV 97.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 199 40 124 0 0.80 0.38 0.22 328.3 0.67 0.47
Hex C7 28 7C 0 50 26 16 148 43 2F
Octal 307 50 174 0 120 46 26 510 103 57
Binary 11000111 101000 1111100 0 1010000 100110 10110 101001000 1000011 101111

Color Harmonies of #C7287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7287C

Black with #C7287C

Text Example


Text Example

White with #C7287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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