Html Css Color HEX #CE4485 Mulberry

📋 copy color: '#CE4485'

red 206 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #CE4485

Tints of Mulberry #CE4485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 50.61%
G = 16.71%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE4485 (or 0xCE4485) is known color: Mulberry. HEX triplet: CE, 44 and 85. RGB value is (206,68,133). Sum of RGB (Red+Green+Blue) = 206+68+133=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4485 is #31BB7A. Grayscale: #747474. Windows color (decimal): -3259259 or 8733902. OLE color: 8733902.

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

Color convert

RGB 206 68 133 -
CMYK 0 0.67 0.35 0.19
HSL 331.74º 0.58% 0.54% -
HSV(B) 331.74º 0.67% 0.81% -
XYZ 31.75 18.95 24.17 -
YUV 116.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 206 68 133 0 0.67 0.35 0.19 331.74 0.58 0.54
Hex CE 44 85 0 43 23 13 14C 3A 36
Octal 316 104 205 0 103 43 23 514 72 66
Binary 11001110 1000100 10000101 0 1000011 100011 10011 101001100 111010 110110

Color Harmonies of #CE4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4485

Black with #CE4485

Text Example


Text Example

White with #CE4485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4485; }

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

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

background-color css

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

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

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

border-color css

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

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

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