Html Css Color HEX #CD4C8E Mulberry

📋 copy color: '#CD4C8E'

red 205 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #CD4C8E

Tints of Mulberry #CD4C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 48.46%
G = 17.97%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD4C8E (or 0xCD4C8E) is known color: Mulberry. HEX triplet: CD, 4C and 8E. RGB value is (205,76,142). Sum of RGB (Red+Green+Blue) = 205+76+142=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4C8E is #32B371. Grayscale: #797979. Windows color (decimal): -3322738 or 9325773. OLE color: 9325773.

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

Color convert

RGB 205 76 142 -
CMYK 0 0.63 0.31 0.20
HSL 329.3º 0.56% 0.55% -
HSV(B) 329.3º 0.63% 0.8% -
XYZ 32.64 20.1 27.75 -
YUV 122.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 205 76 142 0 0.63 0.31 0.20 329.3 0.56 0.55
Hex CD 4C 8E 0 3F 1F 14 149 38 37
Octal 315 114 216 0 77 37 24 511 70 67
Binary 11001101 1001100 10001110 0 111111 11111 10100 101001001 111000 110111

Color Harmonies of #CD4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C8E

Black with #CD4C8E

Text Example


Text Example

White with #CD4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C8E; }

 p { color: rgb(205,76,142); }

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

background-color css

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

 a { background-color: rgb(205,76,142); }

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

border-color css

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

 span { border-color: rgb(205,76,142); }

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