#cc2ba4

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

Shades of Medium Red Violet #CC2BA4

Tints of Medium Red Violet #CC2BA4

Color information

#CC2BA4 (or 0xCC2BA4) is unknown color: approx Medium Red Violet. HEX triplet: CC, 2B and A4. RGB value is (204,43,164). Sum of RGB (Red+Green+Blue) = 204+43+164=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2BA4 is #33D45B. Grayscale: #686868. Windows color (decimal): -3396700 or 10759116. OLE color: 10759116.

HSL color Cylindrical-coordinate representation of color #CC2BA4: hue angle of 314.91º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BA4 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB20443164-
CMYK00.790.200.2
HSL314.91º65.18%48.43%-
HSV(B)314.91º78.92%80%-
XYZ32.4717.2536.74-
YUV104.93161.34198.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 43 (17.19% from 255) = 10.46%
BLUE value IS 164 (64.45% from 255) = 39.90%
R=49.64%
G=10.46%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044316400.790.200.2314.9165.1848.43
HexCC2BA404F141413b4130
Octal314532440117242447310160
Binary11001100101011101001000100111110100101001001110111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2ba4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2ba4; }

 p { color: rgb(204,43,164); }

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

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

 a { background-color: rgb(204,43,164); }

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

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

 span { border-color: rgb(204,43,164); }

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