#CB0475

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

Shades of Medium Violet Red #CB0475

Tints of Medium Violet Red #CB0475

Color information

#CB0475 (or 0xCB0475) is unknown color: approx Medium Violet Red. HEX triplet: CB, 04 and 75. RGB value is (203,4,117). Sum of RGB (Red+Green+Blue) = 203+4+117=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0475 is #34FB8A. Grayscale: #4C4C4C. Windows color (decimal): -3472267 or 7668939. OLE color: 7668939.

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

Color convert

RGB2034117-
CMYK00.980.420.20
HSL325.93º96.14%40.59%-
HSV(B)325.93º98.03%79.61%-
XYZ27.8814.0718.08-
YUV76.38150.93218.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.65%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=62.65%
G=1.23%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203411700.980.420.20325.9396.1440.59
HexCB4750622A141466029
Octal31341650142522450614051
Binary11001011100111010101100010101010101001010001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0475; }

 p { color: rgb(203,4,117); }

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

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

 a { background-color: rgb(203,4,117); }

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

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

 span { border-color: rgb(203,4,117); }

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