Html Css Color HEX #CD4189 Mulberry

📋 copy color: '#CD4189'

red 205 ◦ green 65 ◦ blue 137

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

Shades of Mulberry #CD4189

Tints of Mulberry #CD4189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 50.37%
G = 15.97%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD4189 (or 0xCD4189) is known color: Mulberry. HEX triplet: CD, 41 and 89. RGB value is (205,65,137). Sum of RGB (Red+Green+Blue) = 205+65+137=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4189 is #32BE76. Grayscale: #727272. Windows color (decimal): -3325559 or 8995277. OLE color: 8995277.

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

Color convert

RGB 205 65 137 -
CMYK 0 0.68 0.33 0.20
HSL 329.14º 0.58% 0.53% -
HSV(B) 329.14º 0.68% 0.8% -
XYZ 31.58 18.57 25.59 -
YUV 115.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 205 65 137 0 0.68 0.33 0.20 329.14 0.58 0.53
Hex CD 41 89 0 44 21 14 149 3A 35
Octal 315 101 211 0 104 41 24 511 72 65
Binary 11001101 1000001 10001001 0 1000100 100001 10100 101001001 111010 110101

Color Harmonies of #CD4189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4189

Black with #CD4189

Text Example


Text Example

White with #CD4189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4189; }

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

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

background-color css

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

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

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

border-color css

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

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

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