#CB128B

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

Shades of Medium Violet Red #CB128B

Tints of Medium Violet Red #CB128B

Color information

#CB128B (or 0xCB128B) is unknown color: approx Medium Violet Red. HEX triplet: CB, 12 and 8B. RGB value is (203,18,139). Sum of RGB (Red+Green+Blue) = 203+18+139=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB128B is #34ED74. Grayscale: #565656. Windows color (decimal): -3468661 or 9114315. OLE color: 9114315.

HSL color Cylindrical-coordinate representation of color #CB128B: hue angle of 320.76º 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 #CB128B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20318139-
CMYK00.910.320.20
HSL320.76º83.71%43.33%-
HSV(B)320.76º91.13%79.61%-
XYZ29.5114.9925.76-
YUV87.11157.29210.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.39%
GREEN value IS 18 (7.42% from 255) = 5%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=56.39%
G=5%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031813900.910.320.20320.7683.7143.33
HexCB128B05B2014141542b
Octal313222130133402450112453
Binary11001011100101000101101011011100000101001010000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB128B; }

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

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

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

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

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

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

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

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