Html Css Color HEX #CD4880 Mulberry

📋 copy color: '#CD4880'

red 205 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #CD4880

Tints of Mulberry #CD4880

RGB

 RED value IS 205 (80.47% from 255) = 50.62%

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

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 50.62%
G = 17.78%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD4880 (or 0xCD4880) is known color: Mulberry. HEX triplet: CD, 48 and 80. RGB value is (205,72,128). Sum of RGB (Red+Green+Blue) = 205+72+128=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4880 is #32B77F. Grayscale: #767676. Windows color (decimal): -3323776 or 8407245. OLE color: 8407245.

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

Color convert

RGB 205 72 128 -
CMYK 0 0.65 0.38 0.20
HSL 334.74º 0.57% 0.54% -
HSV(B) 334.74º 0.65% 0.8% -
XYZ 31.39 19.17 22.47 -
YUV 118.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 205 72 128 0 0.65 0.38 0.20 334.74 0.57 0.54
Hex CD 48 80 0 41 26 14 14F 39 36
Octal 315 110 200 0 101 46 24 517 71 66
Binary 11001101 1001000 10000000 0 1000001 100110 10100 101001111 111001 110110

Color Harmonies of #CD4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4880

Black with #CD4880

Text Example


Text Example

White with #CD4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4880; }

 p { color: rgb(205,72,128); }

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

background-color css

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

 a { background-color: rgb(205,72,128); }

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

border-color css

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

 span { border-color: rgb(205,72,128); }

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