Html Css Color HEX #CC478A Mulberry

📋 copy color: '#CC478A'

red 204 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #CC478A

Tints of Mulberry #CC478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 49.39%
G = 17.19%
B = 33.41%

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

#CC478A (or 0xCC478A) is known color: Mulberry. HEX triplet: CC, 47 and 8A. RGB value is (204,71,138). Sum of RGB (Red+Green+Blue) = 204+71+138=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478A is #33B875. Grayscale: #767676. Windows color (decimal): -3389558 or 9062348. OLE color: 9062348.

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

Color convert

RGB 204 71 138 -
CMYK 0 0.65 0.32 0.2
HSL 329.77º 0.57% 0.54% -
HSV(B) 329.77º 0.65% 0.8% -
XYZ 31.74 19.18 26.07 -
YUV 118.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 204 71 138 0 0.65 0.32 0.2 329.77 0.57 0.54
Hex CC 47 8A 0 41 20 14 14A 39 36
Octal 314 107 212 0 101 40 24 512 71 66
Binary 11001100 1000111 10001010 0 1000001 100000 10100 101001010 111001 110110

Color Harmonies of #CC478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC478A

Black with #CC478A

Text Example


Text Example

White with #CC478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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