#CB038E

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

Shades of Medium Violet Red #CB038E

Tints of Medium Violet Red #CB038E

Color information

#CB038E (or 0xCB038E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 03 and 8E. RGB value is (203,3,142). Sum of RGB (Red+Green+Blue) = 203+3+142=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB038E is #34FC71. Grayscale: #4E4E4E. Windows color (decimal): -3472498 or 9307083. OLE color: 9307083.

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

Color convert

RGB2033142-
CMYK00.990.300.20
HSL318.3º97.09%40.39%-
HSV(B)318.3º98.52%79.61%-
XYZ29.5414.7126.87-
YUV78.65163.76216.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=58.33%
G=0.86%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203314200.990.300.20318.397.0940.39
HexCB38E0631E1413e6128
Octal31332160143362447614150
Binary1100101111100011100110001111110101001001111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB038E; }

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

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

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

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

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

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

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

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