Html Css Color HEX #CC4890 Mulberry

📋 copy color: '#CC4890'

red 204 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #CC4890

Tints of Mulberry #CC4890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 48.57%
G = 17.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC4890 (or 0xCC4890) is known color: Mulberry. HEX triplet: CC, 48 and 90. RGB value is (204,72,144). Sum of RGB (Red+Green+Blue) = 204+72+144=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4890 is #33B76F. Grayscale: #777777. Windows color (decimal): -3389296 or 9455820. OLE color: 9455820.

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

Color convert

RGB 204 72 144 -
CMYK 0 0.65 0.29 0.2
HSL 327.27º 0.56% 0.54% -
HSV(B) 327.27º 0.65% 0.8% -
XYZ 32.25 19.49 28.45 -
YUV 119.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 204 72 144 0 0.65 0.29 0.2 327.27 0.56 0.54
Hex CC 48 90 0 41 1D 14 147 38 36
Octal 314 110 220 0 101 35 24 507 70 66
Binary 11001100 1001000 10010000 0 1000001 11101 10100 101000111 111000 110110

Color Harmonies of #CC4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4890

Black with #CC4890

Text Example


Text Example

White with #CC4890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4890; }

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

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

background-color css

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

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

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

border-color css

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

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

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