Html Css Color HEX #CD4193 Mulberry

📋 copy color: '#CD4193'

red 205 ◦ green 65 ◦ blue 147

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

Shades of Mulberry #CD4193

Tints of Mulberry #CD4193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 49.16%
G = 15.59%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD4193 (or 0xCD4193) is known color: Mulberry. HEX triplet: CD, 41 and 93. RGB value is (205,65,147). Sum of RGB (Red+Green+Blue) = 205+65+147=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4193 is #32BE6C. Grayscale: #747474. Windows color (decimal): -3325549 or 9650637. OLE color: 9650637.

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

Color convert

RGB 205 65 147 -
CMYK 0 0.68 0.28 0.20
HSL 324.86º 0.58% 0.53% -
HSV(B) 324.86º 0.68% 0.8% -
XYZ 32.33 18.87 29.54 -
YUV 116.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 205 65 147 0 0.68 0.28 0.20 324.86 0.58 0.53
Hex CD 41 93 0 44 1C 14 145 3A 35
Octal 315 101 223 0 104 34 24 505 72 65
Binary 11001101 1000001 10010011 0 1000100 11100 10100 101000101 111010 110101

Color Harmonies of #CD4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4193

Black with #CD4193

Text Example


Text Example

White with #CD4193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4193; }

 p { color: rgb(205,65,147); }

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

background-color css

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

 a { background-color: rgb(205,65,147); }

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

border-color css

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

 span { border-color: rgb(205,65,147); }

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