#CC339E

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

Shades of Medium Red Violet #CC339E

Tints of Medium Red Violet #CC339E

Color information

#CC339E (or 0xCC339E) is unknown color: approx Medium Red Violet. HEX triplet: CC, 33 and 9E. RGB value is (204,51,158). Sum of RGB (Red+Green+Blue) = 204+51+158=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC339E is #33CC61. Grayscale: #6C6C6C. Windows color (decimal): -3394658 or 10367948. OLE color: 10367948.

HSL color Cylindrical-coordinate representation of color #CC339E: hue angle of 318.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC339E is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB20451158-
CMYK00.750.230.2
HSL318.04º60%50%-
HSV(B)318.04º75%80%-
XYZ32.2617.6734.06-
YUV108.94155.69195.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=49.39%
G=12.35%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045115800.750.230.2318.046050
HexCC339E04B171413e3c32
Octal31463236011327244767462
Binary1100110011001110011110010010111011110100100111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC339E; }

 p { color: rgb(204,51,158); }

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

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

 a { background-color: rgb(204,51,158); }

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

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

 span { border-color: rgb(204,51,158); }

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