Html Css Color HEX #CD4493 Mulberry

📋 copy color: '#CD4493'

red 205 ◦ green 68 ◦ blue 147

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

Shades of Mulberry #CD4493

Tints of Mulberry #CD4493

RGB

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

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

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

R = 48.81%
G = 16.19%
B = 35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD4493 (or 0xCD4493) is known color: Mulberry. HEX triplet: CD, 44 and 93. RGB value is (205,68,147). Sum of RGB (Red+Green+Blue) = 205+68+147=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4493 is #32BB6C. Grayscale: #757575. Windows color (decimal): -3324781 or 9651405. OLE color: 9651405.

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

Color convert

RGB 205 68 147 -
CMYK 0 0.67 0.28 0.20
HSL 325.4º 0.58% 0.54% -
HSV(B) 325.4º 0.67% 0.8% -
XYZ 32.51 19.22 29.6 -
YUV 117.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 205 68 147 0 0.67 0.28 0.20 325.4 0.58 0.54
Hex CD 44 93 0 43 1C 14 145 3A 36
Octal 315 104 223 0 103 34 24 505 72 66
Binary 11001101 1000100 10010011 0 1000011 11100 10100 101000101 111010 110110

Color Harmonies of #CD4493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4493

Black with #CD4493

Text Example


Text Example

White with #CD4493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4493; }

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

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

background-color css

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

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

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

border-color css

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

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

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