Html Css Color HEX #CD4994 Mulberry

📋 copy color: '#CD4994'

red 205 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #CD4994

Tints of Mulberry #CD4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.14%

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 48.12%
G = 17.14%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD4994 (or 0xCD4994) is known color: Mulberry. HEX triplet: CD, 49 and 94. RGB value is (205,73,148). Sum of RGB (Red+Green+Blue) = 205+73+148=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4994 is #32B66B. Grayscale: #787878. Windows color (decimal): -3323500 or 9718221. OLE color: 9718221.

HSL color Cylindrical-coordinate representation of color #CD4994: hue angle of 325.91º 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 #CD4994 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 73 148 -
CMYK 0 0.64 0.28 0.20
HSL 325.91º 0.57% 0.55% -
HSV(B) 325.91º 0.64% 0.8% -
XYZ 32.9 19.88 30.12 -
YUV 121.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 205 73 148 0 0.64 0.28 0.20 325.91 0.57 0.55
Hex CD 49 94 0 40 1C 14 146 39 37
Octal 315 111 224 0 100 34 24 506 71 67
Binary 11001101 1001001 10010100 0 1000000 11100 10100 101000110 111001 110111

Color Harmonies of #CD4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4994

Black with #CD4994

Text Example


Text Example

White with #CD4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4994; }

 p { color: rgb(205,73,148); }

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

background-color css

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

 a { background-color: rgb(205,73,148); }

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

border-color css

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

 span { border-color: rgb(205,73,148); }

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