Html Css Color HEX #CC5794 Mulberry

📋 copy color: '#CC5794'

red 204 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #CC5794

Tints of Mulberry #CC5794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.82%

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 46.47%
G = 19.82%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC5794 (or 0xCC5794) is known color: Mulberry. HEX triplet: CC, 57 and 94. RGB value is (204,87,148). Sum of RGB (Red+Green+Blue) = 204+87+148=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5794 is #33A86B. Grayscale: #808080. Windows color (decimal): -3385452 or 9721804. OLE color: 9721804.

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

Color convert

RGB 204 87 148 -
CMYK 0 0.57 0.27 0.2
HSL 328.72º 0.53% 0.57% -
HSV(B) 328.72º 0.57% 0.8% -
XYZ 33.66 21.79 30.45 -
YUV 128.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 204 87 148 0 0.57 0.27 0.2 328.72 0.53 0.57
Hex CC 57 94 0 39 1B 14 149 35 39
Octal 314 127 224 0 71 33 24 511 65 71
Binary 11001100 1010111 10010100 0 111001 11011 10100 101001001 110101 111001

Color Harmonies of #CC5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5794

Black with #CC5794

Text Example


Text Example

White with #CC5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5794; }

 p { color: rgb(204,87,148); }

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

background-color css

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

 a { background-color: rgb(204,87,148); }

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

border-color css

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

 span { border-color: rgb(204,87,148); }

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