Html Css Color HEX #CC4582 Mulberry

📋 copy color: '#CC4582'

red 204 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #CC4582

Tints of Mulberry #CC4582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 50.62%
G = 17.12%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC4582 (or 0xCC4582) is known color: Mulberry. HEX triplet: CC, 45 and 82. RGB value is (204,69,130). Sum of RGB (Red+Green+Blue) = 204+69+130=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4582 is #33BA7D. Grayscale: #747474. Windows color (decimal): -3390078 or 8537548. OLE color: 8537548.

HSL color Cylindrical-coordinate representation of color #CC4582: hue angle of 332.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4582 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 130 -
CMYK 0 0.66 0.36 0.2
HSL 332.89º 0.57% 0.54% -
HSV(B) 332.89º 0.66% 0.8% -
XYZ 31.06 18.71 23.09 -
YUV 116.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 204 69 130 0 0.66 0.36 0.2 332.89 0.57 0.54
Hex CC 45 82 0 42 24 14 14D 39 36
Octal 314 105 202 0 102 44 24 515 71 66
Binary 11001100 1000101 10000010 0 1000010 100100 10100 101001101 111001 110110

Color Harmonies of #CC4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4582

Black with #CC4582

Text Example


Text Example

White with #CC4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4582; }

 p { color: rgb(204,69,130); }

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

background-color css

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

 a { background-color: rgb(204,69,130); }

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

border-color css

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

 span { border-color: rgb(204,69,130); }

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