Html Css Color HEX #CC478B Mulberry

📋 copy color: '#CC478B'

red 204 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #CC478B

Tints of Mulberry #CC478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 49.28%
G = 17.15%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC478B (or 0xCC478B) is known color: Mulberry. HEX triplet: CC, 47 and 8B. RGB value is (204,71,139). Sum of RGB (Red+Green+Blue) = 204+71+139=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478B is #33B874. Grayscale: #767676. Windows color (decimal): -3389557 or 9127884. OLE color: 9127884.

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

Color convert

RGB 204 71 139 -
CMYK 0 0.65 0.32 0.2
HSL 329.32º 0.57% 0.54% -
HSV(B) 329.32º 0.65% 0.8% -
XYZ 31.82 19.21 26.46 -
YUV 118.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 204 71 139 0 0.65 0.32 0.2 329.32 0.57 0.54
Hex CC 47 8B 0 41 20 14 149 39 36
Octal 314 107 213 0 101 40 24 511 71 66
Binary 11001100 1000111 10001011 0 1000001 100000 10100 101001001 111001 110110

Color Harmonies of #CC478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC478B

Black with #CC478B

Text Example


Text Example

White with #CC478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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