Html Css Color HEX #CD479E Mulberry

📋 copy color: '#CD479E'

red 205 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #CD479E

Tints of Mulberry #CD479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 47.24%
G = 16.36%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD479E (or 0xCD479E) is known color: Mulberry. HEX triplet: CD, 47 and 9E. RGB value is (205,71,158). Sum of RGB (Red+Green+Blue) = 205+71+158=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD479E is #32B861. Grayscale: #787878. Windows color (decimal): -3324002 or 10373069. OLE color: 10373069.

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

Color convert

RGB 205 71 158 -
CMYK 0 0.65 0.23 0.20
HSL 321.04º 0.57% 0.54% -
HSV(B) 321.04º 0.65% 0.8% -
XYZ 33.6 19.95 34.43 -
YUV 120.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 205 71 158 0 0.65 0.23 0.20 321.04 0.57 0.54
Hex CD 47 9E 0 41 17 14 141 39 36
Octal 315 107 236 0 101 27 24 501 71 66
Binary 11001101 1000111 10011110 0 1000001 10111 10100 101000001 111001 110110

Color Harmonies of #CD479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD479E

Black with #CD479E

Text Example


Text Example

White with #CD479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD479E; }

 p { color: rgb(205,71,158); }

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

background-color css

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

 a { background-color: rgb(205,71,158); }

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

border-color css

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

 span { border-color: rgb(205,71,158); }

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