#CC419B

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

Shades of Mulberry #CC419B

Tints of Mulberry #CC419B

Color information

#CC419B (or 0xCC419B) is unknown color: approx Mulberry. HEX triplet: CC, 41 and 9B. RGB value is (204,65,155). Sum of RGB (Red+Green+Blue) = 204+65+155=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC419B is #33BE64. Grayscale: #747474. Windows color (decimal): -3391077 or 10174924. OLE color: 10174924.

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

Color convert

RGB20465155-
CMYK00.680.240.2
HSL321.15º57.68%52.75%-
HSV(B)321.15º68.14%80%-
XYZ32.7118.9832.95-
YUV116.82149.55190.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 65 (25.78% from 255) = 15.33%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=48.11%
G=15.33%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046515500.680.240.2321.1557.6852.75
HexCC419B04418141413a35
Octal314101233010430245017265
Binary11001100100000110011011010001001100010100101000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC419B; }

 p { color: rgb(204,65,155); }

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

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

 a { background-color: rgb(204,65,155); }

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

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

 span { border-color: rgb(204,65,155); }

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