Html Css Color HEX #CC5893 Mulberry

📋 copy color: '#CC5893'

red 204 ◦ green 88 ◦ blue 147

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

Shades of Mulberry #CC5893

Tints of Mulberry #CC5893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.05%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 46.47%
G = 20.05%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5893 (or 0xCC5893) is known color: Mulberry. HEX triplet: CC, 58 and 93. RGB value is (204,88,147). Sum of RGB (Red+Green+Blue) = 204+88+147=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5893 is #33A76C. Grayscale: #818181. Windows color (decimal): -3385197 or 9656524. OLE color: 9656524.

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

Color convert

RGB 204 88 147 -
CMYK 0 0.57 0.28 0.2
HSL 329.48º 0.53% 0.57% -
HSV(B) 329.48º 0.57% 0.8% -
XYZ 33.66 21.92 30.06 -
YUV 129.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 204 88 147 0 0.57 0.28 0.2 329.48 0.53 0.57
Hex CC 58 93 0 39 1C 14 149 35 39
Octal 314 130 223 0 71 34 24 511 65 71
Binary 11001100 1011000 10010011 0 111001 11100 10100 101001001 110101 111001

Color Harmonies of #CC5893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5893

Black with #CC5893

Text Example


Text Example

White with #CC5893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5893; }

 p { color: rgb(204,88,147); }

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

background-color css

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

 a { background-color: rgb(204,88,147); }

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

border-color css

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

 span { border-color: rgb(204,88,147); }

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