#CB239A

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

Shades of Medium Violet Red #CB239A

Tints of Medium Violet Red #CB239A

Color information

#CB239A (or 0xCB239A) is unknown color: approx Medium Violet Red. HEX triplet: CB, 23 and 9A. RGB value is (203,35,154). Sum of RGB (Red+Green+Blue) = 203+35+154=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB239A is #34DC65. Grayscale: #626262. Windows color (decimal): -3464294 or 10101707. OLE color: 10101707.

HSL color Cylindrical-coordinate representation of color #CB239A: hue angle of 317.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB239A is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20335154-
CMYK00.830.240.20
HSL317.5º70.59%46.67%-
HSV(B)317.5º82.76%79.61%-
XYZ31.0616.2332.07-
YUV98.8159.16202.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 35 (14.06% from 255) = 8.93%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=51.79%
G=8.93%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033515400.830.240.20317.570.5946.67
HexCB239A053181413e472f
Octal313432320123302447610757
Binary11001011100011100110100101001111000101001001111101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB239A; }

 p { color: rgb(203,35,154); }

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

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

 a { background-color: rgb(203,35,154); }

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

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

 span { border-color: rgb(203,35,154); }

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