#CC369E

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

Shades of Medium Red Violet #CC369E

Tints of Medium Red Violet #CC369E

Color information

#CC369E (or 0xCC369E) is unknown color: approx Medium Red Violet. HEX triplet: CC, 36 and 9E. RGB value is (204,54,158). Sum of RGB (Red+Green+Blue) = 204+54+158=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC369E is #33C961. Grayscale: #6E6E6E. Windows color (decimal): -3393890 or 10368716. OLE color: 10368716.

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

Color convert

RGB20454158-
CMYK00.740.230.2
HSL318.4º59.52%50.59%-
HSV(B)318.4º73.53%80%-
XYZ32.3917.9434.1-
YUV110.71154.7194.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 54 (21.48% from 255) = 12.98%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=49.04%
G=12.98%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045415800.740.230.2318.459.5250.59
HexCC369E04A171413e3c33
Octal31466236011227244767463
Binary1100110011011010011110010010101011110100100111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC369E; }

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

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

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

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

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

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

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

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