Html Css Color HEX #CC5A8D Mulberry

📋 copy color: '#CC5A8D'

red 204 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #CC5A8D

Tints of Mulberry #CC5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 46.9%
G = 20.69%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC5A8D (or 0xCC5A8D) is known color: Mulberry. HEX triplet: CC, 5A and 8D. RGB value is (204,90,141). Sum of RGB (Red+Green+Blue) = 204+90+141=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8D is #33A572. Grayscale: #818181. Windows color (decimal): -3384691 or 9263820. OLE color: 9263820.

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

Color convert

RGB 204 90 141 -
CMYK 0 0.56 0.31 0.2
HSL 333.16º 0.53% 0.58% -
HSV(B) 333.16º 0.56% 0.8% -
XYZ 33.37 22.07 27.7 -
YUV 129.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 204 90 141 0 0.56 0.31 0.2 333.16 0.53 0.58
Hex CC 5A 8D 0 38 1F 14 14D 35 3A
Octal 314 132 215 0 70 37 24 515 65 72
Binary 11001100 1011010 10001101 0 111000 11111 10100 101001101 110101 111010

Color Harmonies of #CC5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A8D

Black with #CC5A8D

Text Example


Text Example

White with #CC5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A8D; }

 p { color: rgb(204,90,141); }

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

background-color css

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

 a { background-color: rgb(204,90,141); }

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

border-color css

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

 span { border-color: rgb(204,90,141); }

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