#CC2398

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

Shades of Medium Violet Red #CC2398

Tints of Medium Violet Red #CC2398

Color information

#CC2398 (or 0xCC2398) is unknown color: approx Medium Violet Red. HEX triplet: CC, 23 and 98. RGB value is (204,35,152). Sum of RGB (Red+Green+Blue) = 204+35+152=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2398 is #33DC67. Grayscale: #626262. Windows color (decimal): -3398760 or 9970636. OLE color: 9970636.

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

Color convert

RGB20435152-
CMYK00.830.250.2
HSL318.46º70.71%46.86%-
HSV(B)318.46º82.84%80%-
XYZ31.1716.3131.21-
YUV98.87157.99202.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 35 (14.06% from 255) = 8.95%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=52.17%
G=8.95%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043515200.830.250.2318.4670.7146.86
HexCC2398053191413e472f
Octal314432300123312447610757
Binary11001100100011100110000101001111001101001001111101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2398; }

 p { color: rgb(204,35,152); }

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

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

 a { background-color: rgb(204,35,152); }

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

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

 span { border-color: rgb(204,35,152); }

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