Html Css Color HEX #CC478D Mulberry

📋 copy color: '#CC478D'

red 204 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #CC478D

Tints of Mulberry #CC478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.07%

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

R = 49.04%
G = 17.07%
B = 33.89%

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

#CC478D (or 0xCC478D) is known color: Mulberry. HEX triplet: CC, 47 and 8D. RGB value is (204,71,141). Sum of RGB (Red+Green+Blue) = 204+71+141=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478D is #33B872. Grayscale: #767676. Windows color (decimal): -3389555 or 9258956. OLE color: 9258956.

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

Color convert

RGB 204 71 141 -
CMYK 0 0.65 0.31 0.2
HSL 328.42º 0.57% 0.54% -
HSV(B) 328.42º 0.65% 0.8% -
XYZ 31.96 19.27 27.23 -
YUV 118.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 204 71 141 0 0.65 0.31 0.2 328.42 0.57 0.54
Hex CC 47 8D 0 41 1F 14 148 39 36
Octal 314 107 215 0 101 37 24 510 71 66
Binary 11001100 1000111 10001101 0 1000001 11111 10100 101001000 111001 110110

Color Harmonies of #CC478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC478D

Black with #CC478D

Text Example


Text Example

White with #CC478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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