Html Css Color HEX #CC40AA Mulberry

📋 copy color: '#CC40AA'

red 204 ◦ green 64 ◦ blue 170

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

Shades of Mulberry #CC40AA

Tints of Mulberry #CC40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 46.58%
G = 14.61%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC40AA (or 0xCC40AA) is known color: Mulberry. HEX triplet: CC, 40 and AA. RGB value is (204,64,170). Sum of RGB (Red+Green+Blue) = 204+64+170=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40AA is #33BF55. Grayscale: #757575. Windows color (decimal): -3391318 or 11157708. OLE color: 11157708.

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

Color convert

RGB 204 64 170 -
CMYK 0 0.69 0.17 0.2
HSL 314.57º 0.58% 0.53% -
HSV(B) 314.57º 0.69% 0.8% -
XYZ 33.99 19.41 39.98 -
YUV 117.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 204 64 170 0 0.69 0.17 0.2 314.57 0.58 0.53
Hex CC 40 AA 0 45 11 14 13B 3A 35
Octal 314 100 252 0 105 21 24 473 72 65
Binary 11001100 1000000 10101010 0 1000101 10001 10100 100111011 111010 110101

Color Harmonies of #CC40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40AA

Black with #CC40AA

Text Example


Text Example

White with #CC40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40AA; }

 p { color: rgb(204,64,170); }

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

background-color css

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

 a { background-color: rgb(204,64,170); }

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

border-color css

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

 span { border-color: rgb(204,64,170); }

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