Html Css Color HEX #C0299F Medium Red Violet

📋 copy color: '#C0299F'

red 192 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #C0299F

Tints of Medium Red Violet #C0299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 48.98%
G = 10.46%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0299F (or 0xC0299F) is known color: Medium Red Violet. HEX triplet: C0, 29 and 9F. RGB value is (192,41,159). Sum of RGB (Red+Green+Blue) = 192+41+159=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0299F is #3FD660. Grayscale: #636363. Windows color (decimal): -4183649 or 10430912. OLE color: 10430912.

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

Color convert

RGB 192 41 159 -
CMYK 0 0.79 0.17 0.25
HSL 313.11º 0.65% 0.46% -
HSV(B) 313.11º 0.79% 0.75% -
XYZ 28.79 15.3 34.24 -
YUV 99.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 192 41 159 0 0.79 0.17 0.25 313.11 0.65 0.46
Hex C0 29 9F 0 4F 11 19 139 41 2E
Octal 300 51 237 0 117 21 31 471 101 56
Binary 11000000 101001 10011111 0 1001111 10001 11001 100111001 1000001 101110

Color Harmonies of #C0299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0299F

Black with #C0299F

Text Example


Text Example

White with #C0299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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