#CB1285

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

Shades of Medium Violet Red #CB1285

Tints of Medium Violet Red #CB1285

Color information

#CB1285 (or 0xCB1285) is unknown color: approx Medium Violet Red. HEX triplet: CB, 12 and 85. RGB value is (203,18,133). Sum of RGB (Red+Green+Blue) = 203+18+133=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1285 is #34ED7A. Grayscale: #565656. Windows color (decimal): -3468667 or 8721099. OLE color: 8721099.

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

Color convert

RGB20318133-
CMYK00.910.340.20
HSL322.7º83.71%43.33%-
HSV(B)322.7º91.13%79.61%-
XYZ29.0814.8223.52-
YUV86.42154.29211.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 18 (7.42% from 255) = 5.08%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=57.34%
G=5.08%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031813300.910.340.20322.783.7143.33
HexCB128505B2214143542b
Octal313222050133422450312453
Binary11001011100101000010101011011100010101001010000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1285; }

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

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

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

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

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

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

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

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