Html Css Color HEX #CE428D Mulberry

📋 copy color: '#CE428D'

red 206 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #CE428D

Tints of Mulberry #CE428D

RGB

 RED value IS 206 (80.86% from 255) = 49.88%

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 49.88%
G = 15.98%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE428D (or 0xCE428D) is known color: Mulberry. HEX triplet: CE, 42 and 8D. RGB value is (206,66,141). Sum of RGB (Red+Green+Blue) = 206+66+141=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE428D is #31BD72. Grayscale: #747474. Windows color (decimal): -3259763 or 9257678. OLE color: 9257678.

HSL color Cylindrical-coordinate representation of color #CE428D: hue angle of 327.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE428D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 141 -
CMYK 0 0.68 0.32 0.19
HSL 327.86º 0.59% 0.53% -
HSV(B) 327.86º 0.68% 0.81% -
XYZ 32.21 18.94 27.16 -
YUV 116.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 206 66 141 0 0.68 0.32 0.19 327.86 0.59 0.53
Hex CE 42 8D 0 44 20 13 148 3B 35
Octal 316 102 215 0 104 40 23 510 73 65
Binary 11001110 1000010 10001101 0 1000100 100000 10011 101001000 111011 110101

Color Harmonies of #CE428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE428D

Black with #CE428D

Text Example


Text Example

White with #CE428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE428D; }

 p { color: rgb(206,66,141); }

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

background-color css

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

 a { background-color: rgb(206,66,141); }

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

border-color css

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

 span { border-color: rgb(206,66,141); }

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