#C0247B

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

Shades of Medium Red Violet #C0247B

Tints of Medium Red Violet #C0247B

Color information

#C0247B (or 0xC0247B) is unknown color: approx Medium Red Violet. HEX triplet: C0, 24 and 7B. RGB value is (192,36,123). Sum of RGB (Red+Green+Blue) = 192+36+123=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0247B is #3FDB84. Grayscale: #5C5C5C. Windows color (decimal): -4184965 or 8070336. OLE color: 8070336.

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

Color convert

RGB19236123-
CMYK00.810.360.25
HSL326.54º68.42%44.71%-
HSV(B)326.54º81.25%75.29%-
XYZ25.9413.920.05-
YUV92.56145.18198.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 36 (14.45% from 255) = 10.26%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=54.70%
G=10.26%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923612300.810.360.25326.5468.4244.71
HexC0247B0512419147442d
Octal300441730121443150710455
Binary11000000100100111101101010001100100110011010001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0247B; }

 p { color: rgb(192,36,123); }

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

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

 a { background-color: rgb(192,36,123); }

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

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

 span { border-color: rgb(192,36,123); }

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