Html Css Color HEX #C0299E Medium Red Violet

📋 copy color: '#C0299E'

red 192 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #C0299E

Tints of Medium Red Violet #C0299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 49.1%
G = 10.49%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0299E (or 0xC0299E) is known color: Medium Red Violet. HEX triplet: C0, 29 and 9E. RGB value is (192,41,158). Sum of RGB (Red+Green+Blue) = 192+41+158=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0299E is #3FD661. Grayscale: #636363. Windows color (decimal): -4183650 or 10365376. OLE color: 10365376.

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

Color convert

RGB 192 41 158 -
CMYK 0 0.79 0.18 0.25
HSL 313.51º 0.65% 0.46% -
HSV(B) 313.51º 0.79% 0.75% -
XYZ 28.7 15.26 33.78 -
YUV 99.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 192 41 158 0 0.79 0.18 0.25 313.51 0.65 0.46
Hex C0 29 9E 0 4F 12 19 13A 41 2E
Octal 300 51 236 0 117 22 31 472 101 56
Binary 11000000 101001 10011110 0 1001111 10010 11001 100111010 1000001 101110

Color Harmonies of #C0299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0299E

Black with #C0299E

Text Example


Text Example

White with #C0299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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