#CC94A2

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

Shades of Viola #CC94A2

Tints of Viola #CC94A2

Color information

#CC94A2 (or 0xCC94A2) is unknown color: approx Viola. HEX triplet: CC, 94 and A2. RGB value is (204,148,162). Sum of RGB (Red+Green+Blue) = 204+148+162=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC94A2 is #336B5D. Grayscale: #A6A6A6. Windows color (decimal): -3369822 or 10654924. OLE color: 10654924.

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

Color convert

RGB204148162-
CMYK00.270.210.2
HSL345º35.44%69.02%-
HSV(B)345º27.45%80%-
XYZ42.0136.6339.04-
YUV166.34125.55154.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=39.69%
G=28.79%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414816200.270.210.234535.4469.02
HexCC94A201B15141592345
Octal314224242033252453143105
Binary11001100100101001010001001101110101101001010110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94A2; }

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

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

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

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

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

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

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

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