Html Css Color HEX #C7298F Medium Red Violet

📋 copy color: '#C7298F'

red 199 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #C7298F

Tints of Medium Red Violet #C7298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 51.96%
G = 10.7%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7298F (or 0xC7298F) is known color: Medium Red Violet. HEX triplet: C7, 29 and 8F. RGB value is (199,41,143). Sum of RGB (Red+Green+Blue) = 199+41+143=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7298F is #38D670. Grayscale: #636363. Windows color (decimal): -3724913 or 9382343. OLE color: 9382343.

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

Color convert

RGB 199 41 143 -
CMYK 0 0.79 0.28 0.22
HSL 321.27º 0.66% 0.47% -
HSV(B) 321.27º 0.79% 0.78% -
XYZ 29.3 15.71 27.47 -
YUV 99.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 199 41 143 0 0.79 0.28 0.22 321.27 0.66 0.47
Hex C7 29 8F 0 4F 1C 16 141 42 2F
Octal 307 51 217 0 117 34 26 501 102 57
Binary 11000111 101001 10001111 0 1001111 11100 10110 101000001 1000010 101111

Color Harmonies of #C7298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7298F

Black with #C7298F

Text Example


Text Example

White with #C7298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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