#CC94A3

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

Shades of Viola #CC94A3

Tints of Viola #CC94A3

Color information

#CC94A3 (or 0xCC94A3) is unknown color: approx Viola. HEX triplet: CC, 94 and A3. RGB value is (204,148,163). Sum of RGB (Red+Green+Blue) = 204+148+163=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC94A3 is #336B5C. Grayscale: #A6A6A6. Windows color (decimal): -3369821 or 10720460. OLE color: 10720460.

HSL color Cylindrical-coordinate representation of color #CC94A3: hue angle of 343.93º 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 #CC94A3 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204148163-
CMYK00.270.200.2
HSL343.93º35.44%69.02%-
HSV(B)343.93º27.45%80%-
XYZ42.136.6639.51-
YUV166.45126.05154.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=39.61%
G=28.74%
B=31.65%

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
Decimal20414816300.270.200.2343.9335.4469.02
HexCC94A301B14141582345
Octal314224243033242453043105
Binary11001100100101001010001101101110100101001010110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94A3; }

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

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

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

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

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

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

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

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