#CB34A5

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

Shades of Medium Red Violet #CB34A5

Tints of Medium Red Violet #CB34A5

Color information

#CB34A5 (or 0xCB34A5) is unknown color: approx Medium Red Violet. HEX triplet: CB, 34 and A5. RGB value is (203,52,165). Sum of RGB (Red+Green+Blue) = 203+52+165=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34A5 is #34CB5A. Grayscale: #6D6D6D. Windows color (decimal): -3459931 or 10826955. OLE color: 10826955.

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

Color convert

RGB20352165-
CMYK00.740.190.20
HSL315.1º59.22%50%-
HSV(B)315.1º74.38%79.61%-
XYZ32.6517.8737.33-
YUV110.03159.03194.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 52 (20.70% from 255) = 12.38%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=48.33%
G=12.38%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035216500.740.190.20315.159.2250
HexCB34A504A131413b3b32
Octal31364245011223244737362
Binary1100101111010010100101010010101001110100100111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB34A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB34A5; }

 p { color: rgb(203,52,165); }

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

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

 a { background-color: rgb(203,52,165); }

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

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

 span { border-color: rgb(203,52,165); }

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