Html Css Color HEX #CD52A1 Mulberry

📋 copy color: '#CD52A1'

red 205 ◦ green 82 ◦ blue 161

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

Shades of Mulberry #CD52A1

Tints of Mulberry #CD52A1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 161 (63.28% from 255) = 35.94%

R = 45.76%
G = 18.3%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD52A1 (or 0xCD52A1) is known color: Mulberry. HEX triplet: CD, 52 and A1. RGB value is (205,82,161). Sum of RGB (Red+Green+Blue) = 205+82+161=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD52A1 is #32AD5E. Grayscale: #7F7F7F. Windows color (decimal): -3321183 or 10572493. OLE color: 10572493.

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

Color convert

RGB 205 82 161 -
CMYK 0 0.6 0.21 0.20
HSL 321.46º 0.55% 0.56% -
HSV(B) 321.46º 0.6% 0.8% -
XYZ 34.63 21.59 36.06 -
YUV 127.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 205 82 161 0 0.6 0.21 0.20 321.46 0.55 0.56
Hex CD 52 A1 0 3C 15 14 141 37 38
Octal 315 122 241 0 74 25 24 501 67 70
Binary 11001101 1010010 10100001 0 111100 10101 10100 101000001 110111 111000

Color Harmonies of #CD52A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52A1

Black with #CD52A1

Text Example


Text Example

White with #CD52A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52A1; }

 p { color: rgb(205,82,161); }

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

background-color css

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

 a { background-color: rgb(205,82,161); }

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

border-color css

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

 span { border-color: rgb(205,82,161); }

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