#CB2F9C

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

Shades of Medium Red Violet #CB2F9C

Tints of Medium Red Violet #CB2F9C

Color information

#CB2F9C (or 0xCB2F9C) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2F and 9C. RGB value is (203,47,156). Sum of RGB (Red+Green+Blue) = 203+47+156=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F9C is #34D063. Grayscale: #696969. Windows color (decimal): -3461220 or 10235851. OLE color: 10235851.

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

Color convert

RGB20347156-
CMYK00.770.230.20
HSL318.08º62.4%49.02%-
HSV(B)318.08º76.85%79.61%-
XYZ31.6517.1333.09-
YUV106.07156.18197.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=50%
G=11.58%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034715600.770.230.20318.0862.449.02
HexCB2F9C04D171413e3e31
Octal31357234011527244767661
Binary1100101110111110011100010011011011110100100111110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2F9C; }

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

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

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

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

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

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

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

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