Html Css Color HEX #C0299A Medium Red Violet

📋 copy color: '#C0299A'

red 192 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #C0299A

Tints of Medium Red Violet #C0299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 49.61%
G = 10.59%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0299A (or 0xC0299A) is known color: Medium Red Violet. HEX triplet: C0, 29 and 9A. RGB value is (192,41,154). Sum of RGB (Red+Green+Blue) = 192+41+154=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0299A is #3FD665. Grayscale: #626262. Windows color (decimal): -4183654 or 10103232. OLE color: 10103232.

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

Color convert

RGB 192 41 154 -
CMYK 0 0.79 0.20 0.25
HSL 315.1º 0.65% 0.46% -
HSV(B) 315.1º 0.79% 0.75% -
XYZ 28.36 15.13 32 -
YUV 99.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 192 41 154 0 0.79 0.20 0.25 315.1 0.65 0.46
Hex C0 29 9A 0 4F 14 19 13B 41 2E
Octal 300 51 232 0 117 24 31 473 101 56
Binary 11000000 101001 10011010 0 1001111 10100 11001 100111011 1000001 101110

Color Harmonies of #C0299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0299A

Black with #C0299A

Text Example


Text Example

White with #C0299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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