#CC95A3

Color #CC95A3 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #CC95A3

Tints of Viola #CC95A3

Color information

#CC95A3 (or 0xCC95A3) is unknown color: approx Viola. HEX triplet: CC, 95 and A3. RGB value is (204,149,163). Sum of RGB (Red+Green+Blue) = 204+149+163=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC95A3 is #336A5C. Grayscale: #A7A7A7. Windows color (decimal): -3369565 or 10720716. OLE color: 10720716.

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

Color convert

RGB204149163-
CMYK00.270.200.2
HSL344.73º35.03%69.22%-
HSV(B)344.73º26.96%80%-
XYZ42.2636.9839.56-
YUV167.04125.72154.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=39.53%
G=28.88%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414916300.270.200.2344.7335.0369.22
HexCC95A301B14141592345
Octal314225243033242453143105
Binary11001100100101011010001101101110100101001010110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95A3; }

 p { color: rgb(204,149,163); }

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

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

 a { background-color: rgb(204,149,163); }

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

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

 span { border-color: rgb(204,149,163); }

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