Html Css Color HEX #CD58A0 Mulberry

📋 copy color: '#CD58A0'

red 205 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #CD58A0

Tints of Mulberry #CD58A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.43%

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

R = 45.25%
G = 19.43%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD58A0 (or 0xCD58A0) is known color: Mulberry. HEX triplet: CD, 58 and A0. RGB value is (205,88,160). Sum of RGB (Red+Green+Blue) = 205+88+160=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD58A0 is #32A75F. Grayscale: #838383. Windows color (decimal): -3319648 or 10508493. OLE color: 10508493.

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

Color convert

RGB 205 88 160 -
CMYK 0 0.57 0.22 0.20
HSL 323.08º 0.54% 0.57% -
HSV(B) 323.08º 0.57% 0.8% -
XYZ 35.01 22.5 35.75 -
YUV 131.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 205 88 160 0 0.57 0.22 0.20 323.08 0.54 0.57
Hex CD 58 A0 0 39 16 14 143 36 39
Octal 315 130 240 0 71 26 24 503 66 71
Binary 11001101 1011000 10100000 0 111001 10110 10100 101000011 110110 111001

Color Harmonies of #CD58A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58A0

Black with #CD58A0

Text Example


Text Example

White with #CD58A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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