#CB047C

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

Shades of Medium Violet Red #CB047C

Tints of Medium Violet Red #CB047C

Color information

#CB047C (or 0xCB047C) is unknown color: approx Medium Violet Red. HEX triplet: CB, 04 and 7C. RGB value is (203,4,124). Sum of RGB (Red+Green+Blue) = 203+4+124=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB047C is #34FB83. Grayscale: #4C4C4C. Windows color (decimal): -3472260 or 8127691. OLE color: 8127691.

HSL color Cylindrical-coordinate representation of color #CB047C: hue angle of 323.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB047C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB2034124-
CMYK00.980.390.20
HSL323.82º96.14%40.59%-
HSV(B)323.82º98.03%79.61%-
XYZ28.3114.2420.32-
YUV77.18154.43217.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=61.33%
G=1.21%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203412400.980.390.20323.8296.1440.59
HexCB47C06227141446029
Octal31341740142472450414051
Binary11001011100111110001100010100111101001010001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB047C; }

 p { color: rgb(203,4,124); }

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

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

 a { background-color: rgb(203,4,124); }

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

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

 span { border-color: rgb(203,4,124); }

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