#CB006D

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

Shades of Medium Violet Red #CB006D

Tints of Medium Violet Red #CB006D

Color information

#CB006D (or 0xCB006D) is unknown color: approx Medium Violet Red. HEX triplet: CB, 00 and 6D. RGB value is (203,0,109). Sum of RGB (Red+Green+Blue) = 203+0+109=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB006D is #34FF92. Grayscale: #484848. Windows color (decimal): -3473299 or 7143627. OLE color: 7143627.

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

Color convert

RGB2030109-
CMYK010.460.20
HSL327.78º100%39.8%-
HSV(B)327.78º100%79.61%-
XYZ27.3913.815.69-
YUV73.12148.25220.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=65.06%
G=0%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2030109010.460.20327.7810039.8
HexCB06D0642E141486428
Octal31301550144562451014450
Binary110010110110110101100100101110101001010010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB006D; }

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

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

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

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

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

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

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

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