#CB35A8

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

Shades of Medium Red Violet #CB35A8

Tints of Medium Red Violet #CB35A8

Color information

#CB35A8 (or 0xCB35A8) is unknown color: approx Medium Red Violet. HEX triplet: CB, 35 and A8. RGB value is (203,53,168). Sum of RGB (Red+Green+Blue) = 203+53+168=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB35A8 is #34CA57. Grayscale: #6E6E6E. Windows color (decimal): -3459672 or 11023819. OLE color: 11023819.

HSL color Cylindrical-coordinate representation of color #CB35A8: hue angle of 314º 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 #CB35A8 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20353168-
CMYK00.740.170.20
HSL314º59.06%50.2%-
HSV(B)314º73.89%79.61%-
XYZ32.9718.0738.8-
YUV110.96160.2193.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=47.88%
G=12.5%
B=39.62%

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
Decimal2035316800.740.170.2031459.0650.2
HexCB35A804A111413a3b32
Octal31365250011221244727362
Binary1100101111010110101000010010101000110100100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB35A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB35A8; }

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

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

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

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

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

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

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

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