Html Css Color HEX #C0289C Medium Red Violet

📋 copy color: '#C0289C'

red 192 ◦ green 40 ◦ blue 156

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

Shades of Medium Red Violet #C0289C

Tints of Medium Red Violet #C0289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 49.48%
G = 10.31%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0289C (or 0xC0289C) is known color: Medium Red Violet. HEX triplet: C0, 28 and 9C. RGB value is (192,40,156). Sum of RGB (Red+Green+Blue) = 192+40+156=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0289C is #3FD763. Grayscale: #626262. Windows color (decimal): -4183908 or 10234048. OLE color: 10234048.

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

Color convert

RGB 192 40 156 -
CMYK 0 0.79 0.19 0.25
HSL 314.21º 0.66% 0.45% -
HSV(B) 314.21º 0.79% 0.75% -
XYZ 28.5 15.12 32.87 -
YUV 98.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 192 40 156 0 0.79 0.19 0.25 314.21 0.66 0.45
Hex C0 28 9C 0 4F 13 19 13A 42 2D
Octal 300 50 234 0 117 23 31 472 102 55
Binary 11000000 101000 10011100 0 1001111 10011 11001 100111010 1000010 101101

Color Harmonies of #C0289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0289C

Black with #C0289C

Text Example


Text Example

White with #C0289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0289C; }

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

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

background-color css

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

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

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

border-color css

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

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

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