Html Css Color HEX #CD418B Mulberry

📋 copy color: '#CD418B'

red 205 ◦ green 65 ◦ blue 139

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

Shades of Mulberry #CD418B

Tints of Mulberry #CD418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 50.12%
G = 15.89%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD418B (or 0xCD418B) is known color: Mulberry. HEX triplet: CD, 41 and 8B. RGB value is (205,65,139). Sum of RGB (Red+Green+Blue) = 205+65+139=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD418B is #32BE74. Grayscale: #737373. Windows color (decimal): -3325557 or 9126349. OLE color: 9126349.

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

Color convert

RGB 205 65 139 -
CMYK 0 0.68 0.32 0.20
HSL 328.29º 0.58% 0.53% -
HSV(B) 328.29º 0.68% 0.8% -
XYZ 31.73 18.62 26.35 -
YUV 115.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 205 65 139 0 0.68 0.32 0.20 328.29 0.58 0.53
Hex CD 41 8B 0 44 20 14 148 3A 35
Octal 315 101 213 0 104 40 24 510 72 65
Binary 11001101 1000001 10001011 0 1000100 100000 10100 101001000 111010 110101

Color Harmonies of #CD418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD418B

Black with #CD418B

Text Example


Text Example

White with #CD418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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