#CC098D

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

Shades of Medium Violet Red #CC098D

Tints of Medium Violet Red #CC098D

Color information

#CC098D (or 0xCC098D) is unknown color: approx Medium Violet Red. HEX triplet: CC, 09 and 8D. RGB value is (204,9,141). Sum of RGB (Red+Green+Blue) = 204+9+141=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098D is #33F672. Grayscale: #525252. Windows color (decimal): -3405427 or 9243084. OLE color: 9243084.

HSL color Cylindrical-coordinate representation of color #CC098D: hue angle of 319.38º 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 #CC098D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB2049141-
CMYK00.960.310.2
HSL319.38º91.55%41.76%-
HSV(B)319.38º95.59%80%-
XYZ29.8114.9626.52-
YUV82.35161.1214.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=57.63%
G=2.54%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204914100.960.310.2319.3891.5541.76
HexCC98D0601F1413f5c2a
Octal314112150140372447713452
Binary110011001001100011010110000011111101001001111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC098D; }

 p { color: rgb(204,9,141); }

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

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

 a { background-color: rgb(204,9,141); }

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

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

 span { border-color: rgb(204,9,141); }

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