Html Css Color HEX #C0289F Medium Red Violet

📋 copy color: '#C0289F'

red 192 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #C0289F

Tints of Medium Red Violet #C0289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.23%

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

R = 49.1%
G = 10.23%
B = 40.66%

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

#C0289F (or 0xC0289F) is known color: Medium Red Violet. HEX triplet: C0, 28 and 9F. RGB value is (192,40,159). Sum of RGB (Red+Green+Blue) = 192+40+159=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0289F is #3FD760. Grayscale: #626262. Windows color (decimal): -4183905 or 10430656. OLE color: 10430656.

HSL color Cylindrical-coordinate representation of color #C0289F: hue angle of 313.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0289F is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 159 -
CMYK 0 0.79 0.17 0.25
HSL 313.03º 0.66% 0.45% -
HSV(B) 313.03º 0.79% 0.75% -
XYZ 28.76 15.23 34.22 -
YUV 99.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 192 40 159 0 0.79 0.17 0.25 313.03 0.66 0.45
Hex C0 28 9F 0 4F 11 19 139 42 2D
Octal 300 50 237 0 117 21 31 471 102 55
Binary 11000000 101000 10011111 0 1001111 10001 11001 100111001 1000010 101101

Color Harmonies of #C0289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0289F

Black with #C0289F

Text Example


Text Example

White with #C0289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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