Html Css Color HEX #CD479D Mulberry

📋 copy color: '#CD479D'

red 205 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #CD479D

Tints of Mulberry #CD479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 47.34%
G = 16.4%
B = 36.26%

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

#CD479D (or 0xCD479D) is known color: Mulberry. HEX triplet: CD, 47 and 9D. RGB value is (205,71,157). Sum of RGB (Red+Green+Blue) = 205+71+157=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD479D is #32B862. Grayscale: #787878. Windows color (decimal): -3324003 or 10307533. OLE color: 10307533.

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

Color convert

RGB 205 71 157 -
CMYK 0 0.65 0.23 0.20
HSL 321.49º 0.57% 0.54% -
HSV(B) 321.49º 0.65% 0.8% -
XYZ 33.52 19.92 33.98 -
YUV 120.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 205 71 157 0 0.65 0.23 0.20 321.49 0.57 0.54
Hex CD 47 9D 0 41 17 14 141 39 36
Octal 315 107 235 0 101 27 24 501 71 66
Binary 11001101 1000111 10011101 0 1000001 10111 10100 101000001 111001 110110

Color Harmonies of #CD479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD479D

Black with #CD479D

Text Example


Text Example

White with #CD479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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