Html Css Color HEX #C0296E Medium Red Violet

📋 copy color: '#C0296E'

red 192 ◦ green 41 ◦ blue 110

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

Shades of Medium Red Violet #C0296E

Tints of Medium Red Violet #C0296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 55.98%
G = 11.95%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0296E (or 0xC0296E) is known color: Medium Red Violet. HEX triplet: C0, 29 and 6E. RGB value is (192,41,110). Sum of RGB (Red+Green+Blue) = 192+41+110=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0296E is #3FD691. Grayscale: #5D5D5D. Windows color (decimal): -4183698 or 7219648. OLE color: 7219648.

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

Color convert

RGB 192 41 110 -
CMYK 0 0.79 0.43 0.25
HSL 332.58º 0.65% 0.46% -
HSV(B) 332.58º 0.79% 0.75% -
XYZ 25.35 13.92 16.1 -
YUV 94.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 192 41 110 0 0.79 0.43 0.25 332.58 0.65 0.46
Hex C0 29 6E 0 4F 2B 19 14D 41 2E
Octal 300 51 156 0 117 53 31 515 101 56
Binary 11000000 101001 1101110 0 1001111 101011 11001 101001101 1000001 101110

Color Harmonies of #C0296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0296E

Black with #C0296E

Text Example


Text Example

White with #C0296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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