#CC5DA1

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

Shades of Hopbush #CC5DA1

Tints of Hopbush #CC5DA1

Color information

#CC5DA1 (or 0xCC5DA1) is unknown color: approx Hopbush. HEX triplet: CC, 5D and A1. RGB value is (204,93,161). Sum of RGB (Red+Green+Blue) = 204+93+161=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA1 is #33A25E. Grayscale: #858585. Windows color (decimal): -3383903 or 10575308. OLE color: 10575308.

HSL color Cylindrical-coordinate representation of color #CC5DA1: hue angle of 323.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DA1 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB20493161-
CMYK00.540.210.2
HSL323.24º52.11%58.24%-
HSV(B)323.24º54.41%80%-
XYZ35.2523.2436.35-
YUV133.94143.27177.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=44.54%
G=20.31%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049316100.540.210.2323.2452.1158.24
HexCC5DA10361514143343a
Octal31413524106625245036472
Binary1100110010111011010000101101101010110100101000011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DA1; }

 p { color: rgb(204,93,161); }

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

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

 a { background-color: rgb(204,93,161); }

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

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

 span { border-color: rgb(204,93,161); }

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