#CB128C

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

Shades of Medium Violet Red #CB128C

Tints of Medium Violet Red #CB128C

Color information

#CB128C (or 0xCB128C) is unknown color: approx Medium Violet Red. HEX triplet: CB, 12 and 8C. RGB value is (203,18,140). Sum of RGB (Red+Green+Blue) = 203+18+140=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB128C is #34ED73. Grayscale: #565656. Windows color (decimal): -3468660 or 9179851. OLE color: 9179851.

HSL color Cylindrical-coordinate representation of color #CB128C: hue angle of 320.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB128C is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB20318140-
CMYK00.910.310.20
HSL320.43º83.71%43.33%-
HSV(B)320.43º91.13%79.61%-
XYZ29.5815.0226.15-
YUV87.22157.79210.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=56.23%
G=4.99%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031814000.910.310.20320.4383.7143.33
HexCB128C05B1F14140542b
Octal313222140133372450012453
Binary1100101110010100011000101101111111101001010000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB128C; }

 p { color: rgb(203,18,140); }

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

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

 a { background-color: rgb(203,18,140); }

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

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

 span { border-color: rgb(203,18,140); }

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