Html Css Color HEX #CC36AA Mulberry

📋 copy color: '#CC36AA'

red 204 ◦ green 54 ◦ blue 170

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

Shades of Mulberry #CC36AA

Tints of Mulberry #CC36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.62%

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

R = 47.66%
G = 12.62%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC36AA (or 0xCC36AA) is known color: Mulberry. HEX triplet: CC, 36 and AA. RGB value is (204,54,170). Sum of RGB (Red+Green+Blue) = 204+54+170=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36AA is #33C955. Grayscale: #6F6F6F. Windows color (decimal): -3393878 or 11155148. OLE color: 11155148.

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

Color convert

RGB 204 54 170 -
CMYK 0 0.74 0.17 0.2
HSL 313.6º 0.6% 0.51% -
HSV(B) 313.6º 0.74% 0.8% -
XYZ 33.48 18.38 39.81 -
YUV 112.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 204 54 170 0 0.74 0.17 0.2 313.6 0.6 0.51
Hex CC 36 AA 0 4A 11 14 13A 3C 33
Octal 314 66 252 0 112 21 24 472 74 63
Binary 11001100 110110 10101010 0 1001010 10001 10100 100111010 111100 110011

Color Harmonies of #CC36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36AA

Black with #CC36AA

Text Example


Text Example

White with #CC36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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