Html Css Color HEX #C7298E Medium Red Violet

📋 copy color: '#C7298E'

red 199 ◦ green 41 ◦ blue 142

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

Shades of Medium Red Violet #C7298E

Tints of Medium Red Violet #C7298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 52.09%
G = 10.73%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7298E (or 0xC7298E) is known color: Medium Red Violet. HEX triplet: C7, 29 and 8E. RGB value is (199,41,142). Sum of RGB (Red+Green+Blue) = 199+41+142=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7298E is #38D671. Grayscale: #636363. Windows color (decimal): -3724914 or 9316807. OLE color: 9316807.

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

Color convert

RGB 199 41 142 -
CMYK 0 0.79 0.29 0.22
HSL 321.65º 0.66% 0.47% -
HSV(B) 321.65º 0.79% 0.78% -
XYZ 29.23 15.68 27.08 -
YUV 99.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 199 41 142 0 0.79 0.29 0.22 321.65 0.66 0.47
Hex C7 29 8E 0 4F 1D 16 142 42 2F
Octal 307 51 216 0 117 35 26 502 102 57
Binary 11000111 101001 10001110 0 1001111 11101 10110 101000010 1000010 101111

Color Harmonies of #C7298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7298E

Black with #C7298E

Text Example


Text Example

White with #C7298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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