#CC219A

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

Shades of Medium Violet Red #CC219A

Tints of Medium Violet Red #CC219A

Color information

#CC219A (or 0xCC219A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and 9A. RGB value is (204,33,154). Sum of RGB (Red+Green+Blue) = 204+33+154=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC219A is #33DE65. Grayscale: #616161. Windows color (decimal): -3399270 or 10101196. OLE color: 10101196.

HSL color Cylindrical-coordinate representation of color #CC219A: hue angle of 317.54º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC219A is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20433154-
CMYK00.840.250.2
HSL317.54º72.15%46.47%-
HSV(B)317.54º83.82%80%-
XYZ31.2816.2632.06-
YUV97.92159.65203.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 33 (13.28% from 255) = 8.44%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=52.17%
G=8.44%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043315400.840.250.2317.5472.1546.47
HexCC219A054191413e482e
Octal314412320124312447611056
Binary11001100100001100110100101010011001101001001111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC219A; }

 p { color: rgb(204,33,154); }

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

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

 a { background-color: rgb(204,33,154); }

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

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

 span { border-color: rgb(204,33,154); }

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