Html Css Color HEX #C7298B Medium Red Violet

📋 copy color: '#C7298B'

red 199 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #C7298B

Tints of Medium Red Violet #C7298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 52.51%
G = 10.82%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7298B (or 0xC7298B) is known color: Medium Red Violet. HEX triplet: C7, 29 and 8B. RGB value is (199,41,139). Sum of RGB (Red+Green+Blue) = 199+41+139=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7298B is #38D674. Grayscale: #636363. Windows color (decimal): -3724917 or 9120199. OLE color: 9120199.

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

Color convert

RGB 199 41 139 -
CMYK 0 0.79 0.30 0.22
HSL 322.78º 0.66% 0.47% -
HSV(B) 322.78º 0.79% 0.78% -
XYZ 29.01 15.59 25.91 -
YUV 99.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 199 41 139 0 0.79 0.30 0.22 322.78 0.66 0.47
Hex C7 29 8B 0 4F 1E 16 143 42 2F
Octal 307 51 213 0 117 36 26 503 102 57
Binary 11000111 101001 10001011 0 1001111 11110 10110 101000011 1000010 101111

Color Harmonies of #C7298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7298B

Black with #C7298B

Text Example


Text Example

White with #C7298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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