#CB2B92

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

Shades of Medium Red Violet #CB2B92

Tints of Medium Red Violet #CB2B92

Color information

#CB2B92 (or 0xCB2B92) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2B and 92. RGB value is (203,43,146). Sum of RGB (Red+Green+Blue) = 203+43+146=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2B92 is #34D46D. Grayscale: #666666. Windows color (decimal): -3462254 or 9579467. OLE color: 9579467.

HSL color Cylindrical-coordinate representation of color #CB2B92: hue angle of 321.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B92 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20343146-
CMYK00.790.280.20
HSL321.38º65.04%48.24%-
HSV(B)321.38º78.82%79.61%-
XYZ30.6816.528.76-
YUV102.58152.51199.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 43 (17.19% from 255) = 10.97%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=51.79%
G=10.97%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034314600.790.280.20321.3865.0448.24
HexCB2B9204F1C141414130
Octal313532220117342450110160
Binary11001011101011100100100100111111100101001010000011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2B92; }

 p { color: rgb(203,43,146); }

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

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

 a { background-color: rgb(203,43,146); }

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

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

 span { border-color: rgb(203,43,146); }

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