Html Css Color HEX #CD418D Mulberry

📋 copy color: '#CD418D'

red 205 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #CD418D

Tints of Mulberry #CD418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 49.88%
G = 15.82%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD418D (or 0xCD418D) is known color: Mulberry. HEX triplet: CD, 41 and 8D. RGB value is (205,65,141). Sum of RGB (Red+Green+Blue) = 205+65+141=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD418D is #32BE72. Grayscale: #737373. Windows color (decimal): -3325555 or 9257421. OLE color: 9257421.

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

Color convert

RGB 205 65 141 -
CMYK 0 0.68 0.31 0.20
HSL 327.43º 0.58% 0.53% -
HSV(B) 327.43º 0.68% 0.8% -
XYZ 31.87 18.68 27.13 -
YUV 115.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 205 65 141 0 0.68 0.31 0.20 327.43 0.58 0.53
Hex CD 41 8D 0 44 1F 14 147 3A 35
Octal 315 101 215 0 104 37 24 507 72 65
Binary 11001101 1000001 10001101 0 1000100 11111 10100 101000111 111010 110101

Color Harmonies of #CD418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD418D

Black with #CD418D

Text Example


Text Example

White with #CD418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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