Html Css Color HEX #CE3E96 Mulberry

📋 copy color: '#CE3E96'

red 206 ◦ green 62 ◦ blue 150

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

Shades of Mulberry #CE3E96

Tints of Mulberry #CE3E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.83%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 49.28%
G = 14.83%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE3E96 (or 0xCE3E96) is known color: Mulberry. HEX triplet: CE, 3E and 96. RGB value is (206,62,150). Sum of RGB (Red+Green+Blue) = 206+62+150=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E96 is #31C169. Grayscale: #727272. Windows color (decimal): -3260778 or 9846478. OLE color: 9846478.

HSL color Cylindrical-coordinate representation of color #CE3E96: hue angle of 323.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E96 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 150 -
CMYK 0 0.70 0.27 0.19
HSL 323.33º 0.6% 0.53% -
HSV(B) 323.33º 0.7% 0.81% -
XYZ 32.68 18.77 30.75 -
YUV 115.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 206 62 150 0 0.70 0.27 0.19 323.33 0.6 0.53
Hex CE 3E 96 0 46 1B 13 143 3C 35
Octal 316 76 226 0 106 33 23 503 74 65
Binary 11001110 111110 10010110 0 1000110 11011 10011 101000011 111100 110101

Color Harmonies of #CE3E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E96

Black with #CE3E96

Text Example


Text Example

White with #CE3E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E96; }

 p { color: rgb(206,62,150); }

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

background-color css

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

 a { background-color: rgb(206,62,150); }

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

border-color css

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

 span { border-color: rgb(206,62,150); }

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