Html Css Color HEX #CC3AA1 Mulberry

📋 copy color: '#CC3AA1'

red 204 ◦ green 58 ◦ blue 161

#CC3AA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CC3AA1

Tints of Mulberry #CC3AA1

RGB

 RED value IS 204 (80.08% from 255) = 48.23%

 GREEN value IS 58 (23.05% from 255) = 13.71%

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 48.23%
G = 13.71%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC3AA1 (or 0xCC3AA1) is known color: Mulberry. HEX triplet: CC, 3A and A1. RGB value is (204,58,161). Sum of RGB (Red+Green+Blue) = 204+58+161=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AA1 is #33C55E. Grayscale: #717171. Windows color (decimal): -3392863 or 10566348. OLE color: 10566348.

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

Color convert

RGB 204 58 161 -
CMYK 0 0.72 0.21 0.2
HSL 317.67º 0.59% 0.51% -
HSV(B) 317.67º 0.72% 0.8% -
XYZ 32.85 18.44 35.55 -
YUV 113.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 204 58 161 0 0.72 0.21 0.2 317.67 0.59 0.51
Hex CC 3A A1 0 48 15 14 13E 3B 33
Octal 314 72 241 0 110 25 24 476 73 63
Binary 11001100 111010 10100001 0 1001000 10101 10100 100111110 111011 110011

Color Harmonies of #CC3AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AA1

Black with #CC3AA1

Text Example


Text Example

White with #CC3AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AA1; }

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

 H1.HeaderClassName
 {
   color: #CC3AA1;
 }
 .AnyTagClassName
 {
   color: #CC3AA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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