Html Css Color HEX #CE4480 Mulberry

📋 copy color: '#CE4480'

red 206 ◦ green 68 ◦ blue 128

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

Shades of Mulberry #CE4480

Tints of Mulberry #CE4480

RGB

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

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

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

R = 51.24%
G = 16.92%
B = 31.84%

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

#CE4480 (or 0xCE4480) is known color: Mulberry. HEX triplet: CE, 44 and 80. RGB value is (206,68,128). Sum of RGB (Red+Green+Blue) = 206+68+128=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4480 is #31BB7F. Grayscale: #737373. Windows color (decimal): -3259264 or 8406222. OLE color: 8406222.

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

Color convert

RGB 206 68 128 -
CMYK 0 0.67 0.38 0.19
HSL 333.91º 0.58% 0.54% -
HSV(B) 333.91º 0.67% 0.81% -
XYZ 31.42 18.81 22.4 -
YUV 116.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 206 68 128 0 0.67 0.38 0.19 333.91 0.58 0.54
Hex CE 44 80 0 43 26 13 14E 3A 36
Octal 316 104 200 0 103 46 23 516 72 66
Binary 11001110 1000100 10000000 0 1000011 100110 10011 101001110 111010 110110

Color Harmonies of #CE4480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4480

Black with #CE4480

Text Example


Text Example

White with #CE4480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4480; }

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

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

background-color css

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

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

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

border-color css

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

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

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