#CB35A9

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

Shades of Medium Red Violet #CB35A9

Tints of Medium Red Violet #CB35A9

Color information

#CB35A9 (or 0xCB35A9) is unknown color: approx Medium Red Violet. HEX triplet: CB, 35 and A9. RGB value is (203,53,169). Sum of RGB (Red+Green+Blue) = 203+53+169=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB35A9 is #34CA56. Grayscale: #6E6E6E. Windows color (decimal): -3459671 or 11089355. OLE color: 11089355.

HSL color Cylindrical-coordinate representation of color #CB35A9: hue angle of 313.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB35A9 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20353169-
CMYK00.740.170.20
HSL313.6º59.06%50.2%-
HSV(B)313.6º73.89%79.61%-
XYZ33.0618.1139.29-
YUV111.07160.7193.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=47.76%
G=12.47%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035316900.740.170.20313.659.0650.2
HexCB35A904A111413a3b32
Octal31365251011221244727362
Binary1100101111010110101001010010101000110100100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB35A9; }

 p { color: rgb(203,53,169); }

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

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

 a { background-color: rgb(203,53,169); }

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

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

 span { border-color: rgb(203,53,169); }

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