#CB1885

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

Shades of Medium Violet Red #CB1885

Tints of Medium Violet Red #CB1885

Color information

#CB1885 (or 0xCB1885) is unknown color: approx Medium Violet Red. HEX triplet: CB, 18 and 85. RGB value is (203,24,133). Sum of RGB (Red+Green+Blue) = 203+24+133=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1885 is #34E77A. Grayscale: #595959. Windows color (decimal): -3467131 or 8722635. OLE color: 8722635.

HSL color Cylindrical-coordinate representation of color #CB1885: hue angle of 323.46º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1885 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB20324133-
CMYK00.880.340.20
HSL323.46º78.85%44.51%-
HSV(B)323.46º88.18%79.61%-
XYZ29.1915.0423.56-
YUV89.95152.3208.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.39%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=56.39%
G=6.67%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032413300.880.340.20323.4678.8544.51
HexCB188505822141434f2d
Octal313302050130422450311755
Binary11001011110001000010101011000100010101001010000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1885; }

 p { color: rgb(203,24,133); }

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

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

 a { background-color: rgb(203,24,133); }

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

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

 span { border-color: rgb(203,24,133); }

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