Html Css Color HEX #CD4491 Mulberry

📋 copy color: '#CD4491'

red 205 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #CD4491

Tints of Mulberry #CD4491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 49.04%
G = 16.27%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD4491 (or 0xCD4491) is known color: Mulberry. HEX triplet: CD, 44 and 91. RGB value is (205,68,145). Sum of RGB (Red+Green+Blue) = 205+68+145=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4491 is #32BB6E. Grayscale: #757575. Windows color (decimal): -3324783 or 9520333. OLE color: 9520333.

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

Color convert

RGB 205 68 145 -
CMYK 0 0.67 0.29 0.20
HSL 326.28º 0.58% 0.54% -
HSV(B) 326.28º 0.67% 0.8% -
XYZ 32.35 19.16 28.78 -
YUV 117.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 205 68 145 0 0.67 0.29 0.20 326.28 0.58 0.54
Hex CD 44 91 0 43 1D 14 146 3A 36
Octal 315 104 221 0 103 35 24 506 72 66
Binary 11001101 1000100 10010001 0 1000011 11101 10100 101000110 111010 110110

Color Harmonies of #CD4491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4491

Black with #CD4491

Text Example


Text Example

White with #CD4491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4491; }

 p { color: rgb(205,68,145); }

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

background-color css

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

 a { background-color: rgb(205,68,145); }

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

border-color css

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

 span { border-color: rgb(205,68,145); }

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