#CB2D94

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

Shades of Medium Red Violet #CB2D94

Tints of Medium Red Violet #CB2D94

Color information

#CB2D94 (or 0xCB2D94) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2D and 94. RGB value is (203,45,148). Sum of RGB (Red+Green+Blue) = 203+45+148=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2D94 is #34D26B. Grayscale: #676767. Windows color (decimal): -3461740 or 9711051. OLE color: 9711051.

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

Color convert

RGB20345148-
CMYK00.780.270.20
HSL320.89º63.71%48.63%-
HSV(B)320.89º77.83%79.61%-
XYZ30.9116.7129.61-
YUV103.98152.85198.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=51.26%
G=11.36%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034514800.780.270.20320.8963.7148.63
HexCB2D9404E1B141414031
Octal313552240116332450110061
Binary11001011101101100101000100111011011101001010000011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2D94; }

 p { color: rgb(203,45,148); }

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

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

 a { background-color: rgb(203,45,148); }

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

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

 span { border-color: rgb(203,45,148); }

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