Html Css Color HEX #CC39AA Mulberry

📋 copy color: '#CC39AA'

red 204 ◦ green 57 ◦ blue 170

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

Shades of Mulberry #CC39AA

Tints of Mulberry #CC39AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.23%

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

R = 47.33%
G = 13.23%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC39AA (or 0xCC39AA) is known color: Mulberry. HEX triplet: CC, 39 and AA. RGB value is (204,57,170). Sum of RGB (Red+Green+Blue) = 204+57+170=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC39AA is #33C655. Grayscale: #717171. Windows color (decimal): -3393110 or 11155916. OLE color: 11155916.

HSL color Cylindrical-coordinate representation of color #CC39AA: hue angle of 313.88º 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 #CC39AA is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 170 -
CMYK 0 0.72 0.17 0.2
HSL 313.88º 0.59% 0.51% -
HSV(B) 313.88º 0.72% 0.8% -
XYZ 33.62 18.67 39.86 -
YUV 113.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 204 57 170 0 0.72 0.17 0.2 313.88 0.59 0.51
Hex CC 39 AA 0 48 11 14 13A 3B 33
Octal 314 71 252 0 110 21 24 472 73 63
Binary 11001100 111001 10101010 0 1001000 10001 10100 100111010 111011 110011

Color Harmonies of #CC39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39AA

Black with #CC39AA

Text Example


Text Example

White with #CC39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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