#CB14AA

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

Shades of Medium Violet Red #CB14AA

Tints of Medium Violet Red #CB14AA

Color information

#CB14AA (or 0xCB14AA) is unknown color: approx Medium Violet Red. HEX triplet: CB, 14 and AA. RGB value is (203,20,170). Sum of RGB (Red+Green+Blue) = 203+20+170=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB14AA is #34EB55. Grayscale: #5B5B5B. Windows color (decimal): -3468118 or 11146443. OLE color: 11146443.

HSL color Cylindrical-coordinate representation of color #CB14AA: hue angle of 310.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB14AA is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20320170-
CMYK00.900.160.20
HSL310.82º82.06%43.73%-
HSV(B)310.82º90.15%79.61%-
XYZ32.1316.139.44-
YUV91.82172.13207.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=51.65%
G=5.09%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032017000.900.160.20310.8282.0643.73
HexCB14AA05A1014137522c
Octal313242520132202446712254
Binary1100101110100101010100101101010000101001001101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB14AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB14AA; }

 p { color: rgb(203,20,170); }

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

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

 a { background-color: rgb(203,20,170); }

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

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

 span { border-color: rgb(203,20,170); }

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