#CB1A96

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

Shades of Medium Violet Red #CB1A96

Tints of Medium Violet Red #CB1A96

Color information

#CB1A96 (or 0xCB1A96) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1A and 96. RGB value is (203,26,150). Sum of RGB (Red+Green+Blue) = 203+26+150=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1A96 is #34E569. Grayscale: #5C5C5C. Windows color (decimal): -3466602 or 9837259. OLE color: 9837259.

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

Color convert

RGB20326150-
CMYK00.870.260.20
HSL317.97º77.29%44.9%-
HSV(B)317.97º87.19%79.61%-
XYZ30.515.6430.26-
YUV93.06160.14206.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 26 (10.55% from 255) = 6.86%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=53.56%
G=6.86%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032615000.870.260.20317.9777.2944.9
HexCB1A960571A1413e4d2d
Octal313322260127322447611555
Binary1100101111010100101100101011111010101001001111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1A96; }

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

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

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

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

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

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

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

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