Html Css Color HEX #CE4580 Mulberry

📋 copy color: '#CE4580'

red 206 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #CE4580

Tints of Mulberry #CE4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.12%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 51.12%
G = 17.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE4580 (or 0xCE4580) is known color: Mulberry. HEX triplet: CE, 45 and 80. RGB value is (206,69,128). Sum of RGB (Red+Green+Blue) = 206+69+128=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4580 is #31BA7F. Grayscale: #747474. Windows color (decimal): -3259008 or 8406478. OLE color: 8406478.

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

Color convert

RGB 206 69 128 -
CMYK 0 0.67 0.38 0.19
HSL 334.16º 0.58% 0.54% -
HSV(B) 334.16º 0.67% 0.81% -
XYZ 31.48 18.94 22.42 -
YUV 116.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 206 69 128 0 0.67 0.38 0.19 334.16 0.58 0.54
Hex CE 45 80 0 43 26 13 14E 3A 36
Octal 316 105 200 0 103 46 23 516 72 66
Binary 11001110 1000101 10000000 0 1000011 100110 10011 101001110 111010 110110

Color Harmonies of #CE4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4580

Black with #CE4580

Text Example


Text Example

White with #CE4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4580; }

 p { color: rgb(206,69,128); }

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

background-color css

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

 a { background-color: rgb(206,69,128); }

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

border-color css

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

 span { border-color: rgb(206,69,128); }

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