#CB1D8A

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

Shades of Medium Violet Red #CB1D8A

Tints of Medium Violet Red #CB1D8A

Color information

#CB1D8A (or 0xCB1D8A) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1D and 8A. RGB value is (203,29,138). Sum of RGB (Red+Green+Blue) = 203+29+138=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D8A is #34E275. Grayscale: #5D5D5D. Windows color (decimal): -3465846 or 9051595. OLE color: 9051595.

HSL color Cylindrical-coordinate representation of color #CB1D8A: hue angle of 322.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D8A is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20329138-
CMYK00.860.320.20
HSL322.41º75%45.49%-
HSV(B)322.41º85.71%79.61%-
XYZ29.6615.4125.46-
YUV93.45153.15206.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 29 (11.72% from 255) = 7.84%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=54.86%
G=7.84%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032913800.860.320.20322.417545.49
HexCB1D8A05620141424b2d
Octal313352120126402450211355
Binary11001011111011000101001010110100000101001010000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1D8A; }

 p { color: rgb(203,29,138); }

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

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

 a { background-color: rgb(203,29,138); }

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

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

 span { border-color: rgb(203,29,138); }

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