Html Css Color HEX #C0298D Medium Red Violet

📋 copy color: '#C0298D'

red 192 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #C0298D

Tints of Medium Red Violet #C0298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 51.34%
G = 10.96%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0298D (or 0xC0298D) is known color: Medium Red Violet. HEX triplet: C0, 29 and 8D. RGB value is (192,41,141). Sum of RGB (Red+Green+Blue) = 192+41+141=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0298D is #3FD672. Grayscale: #616161. Windows color (decimal): -4183667 or 9251264. OLE color: 9251264.

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

Color convert

RGB 192 41 141 -
CMYK 0 0.79 0.27 0.25
HSL 320.26º 0.65% 0.46% -
HSV(B) 320.26º 0.79% 0.75% -
XYZ 27.34 14.72 26.6 -
YUV 97.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 192 41 141 0 0.79 0.27 0.25 320.26 0.65 0.46
Hex C0 29 8D 0 4F 1B 19 140 41 2E
Octal 300 51 215 0 117 33 31 500 101 56
Binary 11000000 101001 10001101 0 1001111 11011 11001 101000000 1000001 101110

Color Harmonies of #C0298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0298D

Black with #C0298D

Text Example


Text Example

White with #C0298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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