#CB34A3

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

Shades of Medium Red Violet #CB34A3

Tints of Medium Red Violet #CB34A3

Color information

#CB34A3 (or 0xCB34A3) is unknown color: approx Medium Red Violet. HEX triplet: CB, 34 and A3. RGB value is (203,52,163). Sum of RGB (Red+Green+Blue) = 203+52+163=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34A3 is #34CB5C. Grayscale: #6D6D6D. Windows color (decimal): -3459933 or 10695883. OLE color: 10695883.

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

Color convert

RGB20352163-
CMYK00.740.200.20
HSL315.89º59.22%50%-
HSV(B)315.89º74.38%79.61%-
XYZ32.4717.836.37-
YUV109.8158.03194.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 163 (64.06% from 255) = 39.00%
R=48.56%
G=12.44%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035216300.740.200.20315.8959.2250
HexCB34A304A141413c3b32
Octal31364243011224244747362
Binary1100101111010010100011010010101010010100100111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB34A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB34A3; }

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

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

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

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

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

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

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

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