#CB098A

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

Shades of Medium Violet Red #CB098A

Tints of Medium Violet Red #CB098A

Color information

#CB098A (or 0xCB098A) is unknown color: approx Medium Violet Red. HEX triplet: CB, 09 and 8A. RGB value is (203,9,138). Sum of RGB (Red+Green+Blue) = 203+9+138=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB098A is #34F675. Grayscale: #515151. Windows color (decimal): -3470966 or 9046475. OLE color: 9046475.

HSL color Cylindrical-coordinate representation of color #CB098A: hue angle of 320.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB098A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB2039138-
CMYK00.960.320.20
HSL320.1º91.51%41.57%-
HSV(B)320.1º95.57%79.61%-
XYZ29.3114.7325.34-
YUV81.71159.77214.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58%
GREEN value IS 9 (3.91% from 255) = 2.57%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=58%
G=2.57%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203913800.960.320.20320.191.5141.57
HexCB98A06020141405c2a
Octal313112120140402450013452
Binary1100101110011000101001100000100000101001010000001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB098A; }

 p { color: rgb(203,9,138); }

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

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

 a { background-color: rgb(203,9,138); }

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

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

 span { border-color: rgb(203,9,138); }

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