Html Css Color HEX #C7298A Medium Red Violet

📋 copy color: '#C7298A'

red 199 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #C7298A

Tints of Medium Red Violet #C7298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 52.65%
G = 10.85%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7298A (or 0xC7298A) is known color: Medium Red Violet. HEX triplet: C7, 29 and 8A. RGB value is (199,41,138). Sum of RGB (Red+Green+Blue) = 199+41+138=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7298A is #38D675. Grayscale: #636363. Windows color (decimal): -3724918 or 9054663. OLE color: 9054663.

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

Color convert

RGB 199 41 138 -
CMYK 0 0.79 0.31 0.22
HSL 323.16º 0.66% 0.47% -
HSV(B) 323.16º 0.79% 0.78% -
XYZ 28.93 15.56 25.52 -
YUV 99.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 199 41 138 0 0.79 0.31 0.22 323.16 0.66 0.47
Hex C7 29 8A 0 4F 1F 16 143 42 2F
Octal 307 51 212 0 117 37 26 503 102 57
Binary 11000111 101001 10001010 0 1001111 11111 10110 101000011 1000010 101111

Color Harmonies of #C7298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7298A

Black with #C7298A

Text Example


Text Example

White with #C7298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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