Html Css Color HEX #C7297C Medium Red Violet

📋 copy color: '#C7297C'

red 199 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #C7297C

Tints of Medium Red Violet #C7297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

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

R = 54.67%
G = 11.26%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7297C (or 0xC7297C) is known color: Medium Red Violet. HEX triplet: C7, 29 and 7C. RGB value is (199,41,124). Sum of RGB (Red+Green+Blue) = 199+41+124=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7297C is #38D683. Grayscale: #616161. Windows color (decimal): -3724932 or 8137159. OLE color: 8137159.

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

Color convert

RGB 199 41 124 -
CMYK 0 0.79 0.38 0.22
HSL 328.48º 0.66% 0.47% -
HSV(B) 328.48º 0.79% 0.78% -
XYZ 27.98 15.18 20.52 -
YUV 97.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 199 41 124 0 0.79 0.38 0.22 328.48 0.66 0.47
Hex C7 29 7C 0 4F 26 16 148 42 2F
Octal 307 51 174 0 117 46 26 510 102 57
Binary 11000111 101001 1111100 0 1001111 100110 10110 101001000 1000010 101111

Color Harmonies of #C7297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7297C

Black with #C7297C

Text Example


Text Example

White with #C7297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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