Html Css Color HEX #CE4095 Mulberry

📋 copy color: '#CE4095'

red 206 ◦ green 64 ◦ blue 149

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

Shades of Mulberry #CE4095

Tints of Mulberry #CE4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.27%

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 49.16%
G = 15.27%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE4095 (or 0xCE4095) is known color: Mulberry. HEX triplet: CE, 40 and 95. RGB value is (206,64,149). Sum of RGB (Red+Green+Blue) = 206+64+149=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4095 is #31BF6A. Grayscale: #737373. Windows color (decimal): -3260267 or 9781454. OLE color: 9781454.

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

Color convert

RGB 206 64 149 -
CMYK 0 0.69 0.28 0.19
HSL 324.08º 0.59% 0.53% -
HSV(B) 324.08º 0.69% 0.81% -
XYZ 32.71 18.96 30.37 -
YUV 116.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 206 64 149 0 0.69 0.28 0.19 324.08 0.59 0.53
Hex CE 40 95 0 45 1C 13 144 3B 35
Octal 316 100 225 0 105 34 23 504 73 65
Binary 11001110 1000000 10010101 0 1000101 11100 10011 101000100 111011 110101

Color Harmonies of #CE4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4095

Black with #CE4095

Text Example


Text Example

White with #CE4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4095; }

 p { color: rgb(206,64,149); }

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

background-color css

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

 a { background-color: rgb(206,64,149); }

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

border-color css

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

 span { border-color: rgb(206,64,149); }

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