Html Css Color HEX #CD4A8A Mulberry

📋 copy color: '#CD4A8A'

red 205 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #CD4A8A

Tints of Mulberry #CD4A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 49.16%
G = 17.75%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD4A8A (or 0xCD4A8A) is known color: Mulberry. HEX triplet: CD, 4A and 8A. RGB value is (205,74,138). Sum of RGB (Red+Green+Blue) = 205+74+138=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A8A is #32B575. Grayscale: #787878. Windows color (decimal): -3323254 or 9063117. OLE color: 9063117.

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

Color convert

RGB 205 74 138 -
CMYK 0 0.64 0.33 0.20
HSL 330.69º 0.57% 0.55% -
HSV(B) 330.69º 0.64% 0.8% -
XYZ 32.21 19.71 26.15 -
YUV 120.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 205 74 138 0 0.64 0.33 0.20 330.69 0.57 0.55
Hex CD 4A 8A 0 40 21 14 14B 39 37
Octal 315 112 212 0 100 41 24 513 71 67
Binary 11001101 1001010 10001010 0 1000000 100001 10100 101001011 111001 110111

Color Harmonies of #CD4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A8A

Black with #CD4A8A

Text Example


Text Example

White with #CD4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A8A; }

 p { color: rgb(205,74,138); }

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

background-color css

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

 a { background-color: rgb(205,74,138); }

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

border-color css

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

 span { border-color: rgb(205,74,138); }

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