Html Css Color HEX #CD4790 Mulberry

📋 copy color: '#CD4790'

red 205 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #CD4790

Tints of Mulberry #CD4790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 48.81%
G = 16.9%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD4790 (or 0xCD4790) is known color: Mulberry. HEX triplet: CD, 47 and 90. RGB value is (205,71,144). Sum of RGB (Red+Green+Blue) = 205+71+144=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4790 is #32B86F. Grayscale: #777777. Windows color (decimal): -3324016 or 9455565. OLE color: 9455565.

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

Color convert

RGB 205 71 144 -
CMYK 0 0.65 0.30 0.20
HSL 327.31º 0.57% 0.54% -
HSV(B) 327.31º 0.65% 0.8% -
XYZ 32.46 19.5 28.44 -
YUV 119.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 205 71 144 0 0.65 0.30 0.20 327.31 0.57 0.54
Hex CD 47 90 0 41 1E 14 147 39 36
Octal 315 107 220 0 101 36 24 507 71 66
Binary 11001101 1000111 10010000 0 1000001 11110 10100 101000111 111001 110110

Color Harmonies of #CD4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4790

Black with #CD4790

Text Example


Text Example

White with #CD4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4790; }

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

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

background-color css

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

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

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

border-color css

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

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

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