#CC71AF

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

Shades of Hopbush #CC71AF

Tints of Hopbush #CC71AF

Color information

#CC71AF (or 0xCC71AF) is unknown color: approx Hopbush. HEX triplet: CC, 71 and AF. RGB value is (204,113,175). Sum of RGB (Red+Green+Blue) = 204+113+175=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC71AF is #338E50. Grayscale: #939393. Windows color (decimal): -3378769 or 11497932. OLE color: 11497932.

HSL color Cylindrical-coordinate representation of color #CC71AF: hue angle of 319.12º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71AF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204113175-
CMYK00.450.140.2
HSL319.12º47.15%62.16%-
HSV(B)319.12º44.61%80%-
XYZ38.5427.7443.88-
YUV147.28143.65168.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=41.46%
G=22.97%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411317500.450.140.2319.1247.1562.16
HexCC71AF02DE1413f2f3e
Octal31416125705516244775776
Binary110011001110001101011110101101111010100100111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71AF; }

 p { color: rgb(204,113,175); }

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

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

 a { background-color: rgb(204,113,175); }

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

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

 span { border-color: rgb(204,113,175); }

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