Html Css Color HEX #CD4180 Mulberry

📋 copy color: '#CD4180'

red 205 ◦ green 65 ◦ blue 128

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

Shades of Mulberry #CD4180

Tints of Mulberry #CD4180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 51.51%
G = 16.33%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD4180 (or 0xCD4180) is known color: Mulberry. HEX triplet: CD, 41 and 80. RGB value is (205,65,128). Sum of RGB (Red+Green+Blue) = 205+65+128=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4180 is #32BE7F. Grayscale: #717171. Windows color (decimal): -3325568 or 8405453. OLE color: 8405453.

HSL color Cylindrical-coordinate representation of color #CD4180: hue angle of 333º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4180 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 128 -
CMYK 0 0.68 0.38 0.20
HSL 333º 0.58% 0.53% -
HSV(B) 333º 0.68% 0.8% -
XYZ 30.96 18.32 22.33 -
YUV 114.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 205 65 128 0 0.68 0.38 0.20 333 0.58 0.53
Hex CD 41 80 0 44 26 14 14D 3A 35
Octal 315 101 200 0 104 46 24 515 72 65
Binary 11001101 1000001 10000000 0 1000100 100110 10100 101001101 111010 110101

Color Harmonies of #CD4180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4180

Black with #CD4180

Text Example


Text Example

White with #CD4180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4180; }

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

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

background-color css

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

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

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

border-color css

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

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

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