#CB2FA1

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

Shades of Medium Red Violet #CB2FA1

Tints of Medium Red Violet #CB2FA1

Color information

#CB2FA1 (or 0xCB2FA1) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2F and A1. RGB value is (203,47,161). Sum of RGB (Red+Green+Blue) = 203+47+161=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2FA1 is #34D05E. Grayscale: #6A6A6A. Windows color (decimal): -3461215 or 10563531. OLE color: 10563531.

HSL color Cylindrical-coordinate representation of color #CB2FA1: hue angle of 316.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FA1 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20347161-
CMYK00.770.210.20
HSL316.15º62.4%49.02%-
HSV(B)316.15º76.85%79.61%-
XYZ32.0817.335.37-
YUV106.64158.68196.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 47 (18.75% from 255) = 11.44%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=49.39%
G=11.44%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034716100.770.210.20316.1562.449.02
HexCB2FA104D151413c3e31
Octal31357241011525244747661
Binary1100101110111110100001010011011010110100100111100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2FA1; }

 p { color: rgb(203,47,161); }

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

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

 a { background-color: rgb(203,47,161); }

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

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

 span { border-color: rgb(203,47,161); }

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