Html Css Color HEX #C0298F Medium Red Violet

📋 copy color: '#C0298F'

red 192 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #C0298F

Tints of Medium Red Violet #C0298F

RGB

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

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

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

R = 51.06%
G = 10.9%
B = 38.03%

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

#C0298F (or 0xC0298F) is known color: Medium Red Violet. HEX triplet: C0, 29 and 8F. RGB value is (192,41,143). Sum of RGB (Red+Green+Blue) = 192+41+143=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0298F is #3FD670. Grayscale: #616161. Windows color (decimal): -4183665 or 9382336. OLE color: 9382336.

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

Color convert

RGB 192 41 143 -
CMYK 0 0.79 0.26 0.25
HSL 319.47º 0.65% 0.46% -
HSV(B) 319.47º 0.79% 0.75% -
XYZ 27.49 14.78 27.39 -
YUV 97.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 192 41 143 0 0.79 0.26 0.25 319.47 0.65 0.46
Hex C0 29 8F 0 4F 1A 19 13F 41 2E
Octal 300 51 217 0 117 32 31 477 101 56
Binary 11000000 101001 10001111 0 1001111 11010 11001 100111111 1000001 101110

Color Harmonies of #C0298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0298F

Black with #C0298F

Text Example


Text Example

White with #C0298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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