Html Css Color HEX #CC4885 Mulberry

📋 copy color: '#CC4885'

red 204 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #CC4885

Tints of Mulberry #CC4885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 49.88%
G = 17.6%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4885 (or 0xCC4885) is known color: Mulberry. HEX triplet: CC, 48 and 85. RGB value is (204,72,133). Sum of RGB (Red+Green+Blue) = 204+72+133=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4885 is #33B77A. Grayscale: #767676. Windows color (decimal): -3389307 or 8734924. OLE color: 8734924.

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

Color convert

RGB 204 72 133 -
CMYK 0 0.65 0.35 0.2
HSL 332.27º 0.56% 0.54% -
HSV(B) 332.27º 0.65% 0.8% -
XYZ 31.45 19.17 24.23 -
YUV 118.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 204 72 133 0 0.65 0.35 0.2 332.27 0.56 0.54
Hex CC 48 85 0 41 23 14 14C 38 36
Octal 314 110 205 0 101 43 24 514 70 66
Binary 11001100 1001000 10000101 0 1000001 100011 10100 101001100 111000 110110

Color Harmonies of #CC4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4885

Black with #CC4885

Text Example


Text Example

White with #CC4885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4885; }

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

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

background-color css

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

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

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

border-color css

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

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

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