#CB067E

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

Shades of Medium Violet Red #CB067E

Tints of Medium Violet Red #CB067E

Color information

#CB067E (or 0xCB067E) is unknown color: approx Medium Violet Red. HEX triplet: CB, 06 and 7E. RGB value is (203,6,126). Sum of RGB (Red+Green+Blue) = 203+6+126=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB067E is #34F981. Grayscale: #4E4E4E. Windows color (decimal): -3471746 or 8259275. OLE color: 8259275.

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

Color convert

RGB2036126-
CMYK00.970.380.20
HSL323.45º94.26%40.98%-
HSV(B)323.45º97.04%79.61%-
XYZ28.4614.3321.01-
YUV78.58154.77216.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=60.60%
G=1.79%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203612600.970.380.20323.4594.2640.98
HexCB67E06126141435e29
Octal31361760141462450313651
Binary11001011110111111001100001100110101001010000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB067E; }

 p { color: rgb(203,6,126); }

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

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

 a { background-color: rgb(203,6,126); }

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

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

 span { border-color: rgb(203,6,126); }

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