#CB2FA7

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

Shades of Medium Red Violet #CB2FA7

Tints of Medium Red Violet #CB2FA7

Color information

#CB2FA7 (or 0xCB2FA7) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2F and A7. RGB value is (203,47,167). Sum of RGB (Red+Green+Blue) = 203+47+167=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2FA7 is #34D058. Grayscale: #6B6B6B. Windows color (decimal): -3461209 or 10956747. OLE color: 10956747.

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

Color convert

RGB20347167-
CMYK00.770.180.20
HSL313.85º62.4%49.02%-
HSV(B)313.85º76.85%79.61%-
XYZ32.6217.5238.22-
YUV107.32161.68196.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 47 (18.75% from 255) = 11.27%
BLUE value IS 167 (65.62% from 255) = 40.05%
R=48.68%
G=11.27%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034716700.770.180.20313.8562.449.02
HexCB2FA704D121413a3e31
Octal31357247011522244727661
Binary1100101110111110100111010011011001010100100111010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2FA7; }

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

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

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

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

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

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

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

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