#CB1A9D

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

Shades of Medium Violet Red #CB1A9D

Tints of Medium Violet Red #CB1A9D

Color information

#CB1A9D (or 0xCB1A9D) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1A and 9D. RGB value is (203,26,157). Sum of RGB (Red+Green+Blue) = 203+26+157=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1A9D is #34E562. Grayscale: #5D5D5D. Windows color (decimal): -3466595 or 10296011. OLE color: 10296011.

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

Color convert

RGB20326157-
CMYK00.870.230.20
HSL315.59º77.29%44.9%-
HSV(B)315.59º87.19%79.61%-
XYZ31.0815.8733.32-
YUV93.86163.64205.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 26 (10.55% from 255) = 6.74%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=52.59%
G=6.74%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032615700.870.230.20315.5977.2944.9
HexCB1A9D057171413c4d2d
Octal313322350127272447411555
Binary1100101111010100111010101011110111101001001111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A9D; }

 p { color: rgb(203,26,157); }

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

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

 a { background-color: rgb(203,26,157); }

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

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

 span { border-color: rgb(203,26,157); }

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