#CB036D

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

Shades of Medium Violet Red #CB036D

Tints of Medium Violet Red #CB036D

Color information

#CB036D (or 0xCB036D) is unknown color: approx Medium Violet Red. HEX triplet: CB, 03 and 6D. RGB value is (203,3,109). Sum of RGB (Red+Green+Blue) = 203+3+109=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB036D is #34FC92. Grayscale: #4A4A4A. Windows color (decimal): -3472531 or 7144395. OLE color: 7144395.

HSL color Cylindrical-coordinate representation of color #CB036D: hue angle of 328.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB036D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB2033109-
CMYK00.990.460.20
HSL328.2º97.09%40.39%-
HSV(B)328.2º98.52%79.61%-
XYZ27.4213.8715.7-
YUV74.88147.26219.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=64.44%
G=0.95%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203310900.990.460.20328.297.0940.39
HexCB36D0632E141486128
Octal31331550143562451014150
Binary1100101111110110101100011101110101001010010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB036D; }

 p { color: rgb(203,3,109); }

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

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

 a { background-color: rgb(203,3,109); }

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

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

 span { border-color: rgb(203,3,109); }

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