Html Css Color HEX #CE3EA1 Mulberry

📋 copy color: '#CE3EA1'

red 206 ◦ green 62 ◦ blue 161

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

Shades of Mulberry #CE3EA1

Tints of Mulberry #CE3EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 48.02%
G = 14.45%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE3EA1 (or 0xCE3EA1) is known color: Mulberry. HEX triplet: CE, 3E and A1. RGB value is (206,62,161). Sum of RGB (Red+Green+Blue) = 206+62+161=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3EA1 is #31C15E. Grayscale: #747474. Windows color (decimal): -3260767 or 10567374. OLE color: 10567374.

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

Color convert

RGB 206 62 161 -
CMYK 0 0.70 0.22 0.19
HSL 318.75º 0.6% 0.53% -
HSV(B) 318.75º 0.7% 0.81% -
XYZ 33.61 19.14 35.64 -
YUV 116.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 206 62 161 0 0.70 0.22 0.19 318.75 0.6 0.53
Hex CE 3E A1 0 46 16 13 13F 3C 35
Octal 316 76 241 0 106 26 23 477 74 65
Binary 11001110 111110 10100001 0 1000110 10110 10011 100111111 111100 110101

Color Harmonies of #CE3EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EA1

Black with #CE3EA1

Text Example


Text Example

White with #CE3EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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