Html Css Color HEX #CC488D Mulberry

📋 copy color: '#CC488D'

red 204 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #CC488D

Tints of Mulberry #CC488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

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

R = 48.92%
G = 17.27%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC488D (or 0xCC488D) is known color: Mulberry. HEX triplet: CC, 48 and 8D. RGB value is (204,72,141). Sum of RGB (Red+Green+Blue) = 204+72+141=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC488D is #33B772. Grayscale: #777777. Windows color (decimal): -3389299 or 9259212. OLE color: 9259212.

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

Color convert

RGB 204 72 141 -
CMYK 0 0.65 0.31 0.2
HSL 328.64º 0.56% 0.54% -
HSV(B) 328.64º 0.65% 0.8% -
XYZ 32.03 19.4 27.25 -
YUV 119.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 204 72 141 0 0.65 0.31 0.2 328.64 0.56 0.54
Hex CC 48 8D 0 41 1F 14 149 38 36
Octal 314 110 215 0 101 37 24 511 70 66
Binary 11001100 1001000 10001101 0 1000001 11111 10100 101001001 111000 110110

Color Harmonies of #CC488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC488D

Black with #CC488D

Text Example


Text Example

White with #CC488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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