#CB036E

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

Shades of Medium Violet Red #CB036E

Tints of Medium Violet Red #CB036E

Color information

#CB036E (or 0xCB036E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 03 and 6E. RGB value is (203,3,110). Sum of RGB (Red+Green+Blue) = 203+3+110=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB036E is #34FC91. Grayscale: #4A4A4A. Windows color (decimal): -3472530 or 7209931. OLE color: 7209931.

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

Color convert

RGB2033110-
CMYK00.990.460.20
HSL327.9º97.09%40.39%-
HSV(B)327.9º98.52%79.61%-
XYZ27.4813.8915.98-
YUV75147.76219.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.24%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=64.24%
G=0.95%
B=34.81%

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
Decimal203311000.990.460.20327.997.0940.39
HexCB36E0632E141486128
Octal31331560143562451014150
Binary1100101111110111001100011101110101001010010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB036E; }

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

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

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

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

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

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

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

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