Html Css Color HEX #C0298E Medium Red Violet

📋 copy color: '#C0298E'

red 192 ◦ green 41 ◦ blue 142

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

Shades of Medium Red Violet #C0298E

Tints of Medium Red Violet #C0298E

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

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

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

R = 51.2%
G = 10.93%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0298E (or 0xC0298E) is known color: Medium Red Violet. HEX triplet: C0, 29 and 8E. RGB value is (192,41,142). Sum of RGB (Red+Green+Blue) = 192+41+142=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0298E is #3FD671. Grayscale: #616161. Windows color (decimal): -4183666 or 9316800. OLE color: 9316800.

HSL color Cylindrical-coordinate representation of color #C0298E: hue angle of 319.87º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0298E is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 142 -
CMYK 0 0.79 0.26 0.25
HSL 319.87º 0.65% 0.46% -
HSV(B) 319.87º 0.79% 0.75% -
XYZ 27.41 14.75 26.99 -
YUV 97.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 192 41 142 0 0.79 0.26 0.25 319.87 0.65 0.46
Hex C0 29 8E 0 4F 1A 19 140 41 2E
Octal 300 51 216 0 117 32 31 500 101 56
Binary 11000000 101001 10001110 0 1001111 11010 11001 101000000 1000001 101110

Color Harmonies of #C0298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0298E

Black with #C0298E

Text Example


Text Example

White with #C0298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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