Html Css Color HEX #CD4699 Mulberry

📋 copy color: '#CD4699'

red 205 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #CD4699

Tints of Mulberry #CD4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 47.9%
G = 16.36%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD4699 (or 0xCD4699) is known color: Mulberry. HEX triplet: CD, 46 and 99. RGB value is (205,70,153). Sum of RGB (Red+Green+Blue) = 205+70+153=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4699 is #32B966. Grayscale: #777777. Windows color (decimal): -3324263 or 10045133. OLE color: 10045133.

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

Color convert

RGB 205 70 153 -
CMYK 0 0.66 0.25 0.20
HSL 323.11º 0.57% 0.54% -
HSV(B) 323.11º 0.66% 0.8% -
XYZ 33.12 19.66 32.19 -
YUV 119.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 205 70 153 0 0.66 0.25 0.20 323.11 0.57 0.54
Hex CD 46 99 0 42 19 14 143 39 36
Octal 315 106 231 0 102 31 24 503 71 66
Binary 11001101 1000110 10011001 0 1000010 11001 10100 101000011 111001 110110

Color Harmonies of #CD4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4699

Black with #CD4699

Text Example


Text Example

White with #CD4699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4699; }

 p { color: rgb(205,70,153); }

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

background-color css

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

 a { background-color: rgb(205,70,153); }

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

border-color css

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

 span { border-color: rgb(205,70,153); }

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