Html Css Color HEX #CD50A0 Mulberry

📋 copy color: '#CD50A0'

red 205 ◦ green 80 ◦ blue 160

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

Shades of Mulberry #CD50A0

Tints of Mulberry #CD50A0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.98%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 46.07%
G = 17.98%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD50A0 (or 0xCD50A0) is known color: Mulberry. HEX triplet: CD, 50 and A0. RGB value is (205,80,160). Sum of RGB (Red+Green+Blue) = 205+80+160=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD50A0 is #32AF5F. Grayscale: #7E7E7E. Windows color (decimal): -3321696 or 10506445. OLE color: 10506445.

HSL color Cylindrical-coordinate representation of color #CD50A0: hue angle of 321.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD50A0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 160 -
CMYK 0 0.61 0.22 0.20
HSL 321.6º 0.56% 0.56% -
HSV(B) 321.6º 0.61% 0.8% -
XYZ 34.39 21.25 35.55 -
YUV 126.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 205 80 160 0 0.61 0.22 0.20 321.6 0.56 0.56
Hex CD 50 A0 0 3D 16 14 142 38 38
Octal 315 120 240 0 75 26 24 502 70 70
Binary 11001101 1010000 10100000 0 111101 10110 10100 101000010 111000 111000

Color Harmonies of #CD50A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD50A0

Black with #CD50A0

Text Example


Text Example

White with #CD50A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD50A0; }

 p { color: rgb(205,80,160); }

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

background-color css

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

 a { background-color: rgb(205,80,160); }

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

border-color css

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

 span { border-color: rgb(205,80,160); }

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