#C0237A

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

Shades of Medium Violet Red #C0237A

Tints of Medium Violet Red #C0237A

Color information

#C0237A (or 0xC0237A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 23 and 7A. RGB value is (192,35,122). Sum of RGB (Red+Green+Blue) = 192+35+122=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0237A is #3FDC85. Grayscale: #5B5B5B. Windows color (decimal): -4185222 or 8004544. OLE color: 8004544.

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

Color convert

RGB19235122-
CMYK00.820.360.25
HSL326.75º69.16%44.51%-
HSV(B)326.75º81.77%75.29%-
XYZ25.8513.8119.72-
YUV91.86145.01199.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 35 (14.06% from 255) = 10.03%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=55.01%
G=10.03%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923512200.820.360.25326.7569.1644.51
HexC0237A0522419147452d
Octal300431720122443150710555
Binary11000000100011111101001010010100100110011010001111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0237A; }

 p { color: rgb(192,35,122); }

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

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

 a { background-color: rgb(192,35,122); }

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

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

 span { border-color: rgb(192,35,122); }

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