Html Css Color HEX #C7297F Medium Red Violet

📋 copy color: '#C7297F'

red 199 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #C7297F

Tints of Medium Red Violet #C7297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 54.22%
G = 11.17%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7297F (or 0xC7297F) is known color: Medium Red Violet. HEX triplet: C7, 29 and 7F. RGB value is (199,41,127). Sum of RGB (Red+Green+Blue) = 199+41+127=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7297F is #38D680. Grayscale: #616161. Windows color (decimal): -3724929 or 8333767. OLE color: 8333767.

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

Color convert

RGB 199 41 127 -
CMYK 0 0.79 0.36 0.22
HSL 327.34º 0.66% 0.47% -
HSV(B) 327.34º 0.79% 0.78% -
XYZ 28.18 15.26 21.54 -
YUV 98.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 199 41 127 0 0.79 0.36 0.22 327.34 0.66 0.47
Hex C7 29 7F 0 4F 24 16 147 42 2F
Octal 307 51 177 0 117 44 26 507 102 57
Binary 11000111 101001 1111111 0 1001111 100100 10110 101000111 1000010 101111

Color Harmonies of #C7297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7297F

Black with #C7297F

Text Example


Text Example

White with #C7297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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