#C0288A

Color #C0288A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C0288A

Tints of Medium Red Violet #C0288A

Color information

#C0288A (or 0xC0288A) is unknown color: approx Medium Red Violet. HEX triplet: C0, 28 and 8A. RGB value is (192,40,138). Sum of RGB (Red+Green+Blue) = 192+40+138=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288A is #3FD775. Grayscale: #606060. Windows color (decimal): -4183926 or 9054400. OLE color: 9054400.

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

Color convert

RGB19240138-
CMYK00.790.280.25
HSL321.32º65.52%45.49%-
HSV(B)321.32º79.17%75.29%-
XYZ27.0814.5625.43-
YUV96.62151.36196.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 40 (16.02% from 255) = 10.81%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=51.89%
G=10.81%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924013800.790.280.25321.3265.5245.49
HexC0288A04F1C19141422d
Octal300502120117343150110255
Binary11000000101000100010100100111111100110011010000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0288A; }

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

 H1.HeaderClassName
 {
   color: #C0288A;
 }
 .AnyTagClassName
 {
   color: #C0288A;
 }
</style>
background-color css

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

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

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

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

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

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