#CB3493

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

Shades of Medium Red Violet #CB3493

Tints of Medium Red Violet #CB3493

Color information

#CB3493 (or 0xCB3493) is unknown color: approx Medium Red Violet. HEX triplet: CB, 34 and 93. RGB value is (203,52,147). Sum of RGB (Red+Green+Blue) = 203+52+147=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3493 is #34CB6C. Grayscale: #6B6B6B. Windows color (decimal): -3459949 or 9647307. OLE color: 9647307.

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

Color convert

RGB20352147-
CMYK00.740.280.20
HSL322.25º59.22%50%-
HSV(B)322.25º74.38%79.61%-
XYZ31.1217.2629.29-
YUV107.98150.03195.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 52 (20.70% from 255) = 12.94%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=50.50%
G=12.94%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035214700.740.280.20322.2559.2250
HexCB349304A1C141423b32
Octal31364223011234245027362
Binary1100101111010010010011010010101110010100101000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3493; }

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

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

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

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

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

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

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

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