Html Css Color HEX #CE5093 Mulberry

📋 copy color: '#CE5093'

red 206 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #CE5093

Tints of Mulberry #CE5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 47.58%
G = 18.48%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE5093 (or 0xCE5093) is known color: Mulberry. HEX triplet: CE, 50 and 93. RGB value is (206,80,147). Sum of RGB (Red+Green+Blue) = 206+80+147=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5093 is #31AF6C. Grayscale: #7D7D7D. Windows color (decimal): -3256173 or 9654478. OLE color: 9654478.

HSL color Cylindrical-coordinate representation of color #CE5093: hue angle of 328.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5093 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 147 -
CMYK 0 0.61 0.29 0.19
HSL 328.1º 0.56% 0.56% -
HSV(B) 328.1º 0.61% 0.81% -
XYZ 33.59 20.97 29.88 -
YUV 125.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 206 80 147 0 0.61 0.29 0.19 328.1 0.56 0.56
Hex CE 50 93 0 3D 1D 13 148 38 38
Octal 316 120 223 0 75 35 23 510 70 70
Binary 11001110 1010000 10010011 0 111101 11101 10011 101001000 111000 111000

Color Harmonies of #CE5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5093

Black with #CE5093

Text Example


Text Example

White with #CE5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5093; }

 p { color: rgb(206,80,147); }

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

background-color css

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

 a { background-color: rgb(206,80,147); }

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

border-color css

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

 span { border-color: rgb(206,80,147); }

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