#CB34A7

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

Shades of Medium Red Violet #CB34A7

Tints of Medium Red Violet #CB34A7

Color information

#CB34A7 (or 0xCB34A7) is unknown color: approx Medium Red Violet. HEX triplet: CB, 34 and A7. RGB value is (203,52,167). Sum of RGB (Red+Green+Blue) = 203+52+167=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34A7 is #34CB58. Grayscale: #6D6D6D. Windows color (decimal): -3459929 or 10958027. OLE color: 10958027.

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

Color convert

RGB20352167-
CMYK00.740.180.20
HSL314.3º59.22%50%-
HSV(B)314.3º74.38%79.61%-
XYZ32.8317.9438.29-
YUV110.26160.03194.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 167 (65.62% from 255) = 39.57%
R=48.10%
G=12.32%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035216700.740.180.20314.359.2250
HexCB34A704A121413a3b32
Octal31364247011222244727362
Binary1100101111010010100111010010101001010100100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB34A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB34A7; }

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

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

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

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

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

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

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

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