Html Css Color HEX #CC37AA Mulberry

📋 copy color: '#CC37AA'

red 204 ◦ green 55 ◦ blue 170

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

Shades of Mulberry #CC37AA

Tints of Mulberry #CC37AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.82%

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

R = 47.55%
G = 12.82%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC37AA (or 0xCC37AA) is known color: Mulberry. HEX triplet: CC, 37 and AA. RGB value is (204,55,170). Sum of RGB (Red+Green+Blue) = 204+55+170=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37AA is #33C855. Grayscale: #707070. Windows color (decimal): -3393622 or 11155404. OLE color: 11155404.

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

Color convert

RGB 204 55 170 -
CMYK 0 0.73 0.17 0.2
HSL 313.69º 0.59% 0.51% -
HSV(B) 313.69º 0.73% 0.8% -
XYZ 33.52 18.47 39.83 -
YUV 112.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 204 55 170 0 0.73 0.17 0.2 313.69 0.59 0.51
Hex CC 37 AA 0 49 11 14 13A 3B 33
Octal 314 67 252 0 111 21 24 472 73 63
Binary 11001100 110111 10101010 0 1001001 10001 10100 100111010 111011 110011

Color Harmonies of #CC37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37AA

Black with #CC37AA

Text Example


Text Example

White with #CC37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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