Html Css Color HEX #CE3AA6 Mulberry

📋 copy color: '#CE3AA6'

red 206 ◦ green 58 ◦ blue 166

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

Shades of Mulberry #CE3AA6

Tints of Mulberry #CE3AA6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.49%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 47.91%
G = 13.49%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE3AA6 (or 0xCE3AA6) is known color: Mulberry. HEX triplet: CE, 3A and A6. RGB value is (206,58,166). Sum of RGB (Red+Green+Blue) = 206+58+166=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3AA6 is #31C559. Grayscale: #727272. Windows color (decimal): -3261786 or 10894030. OLE color: 10894030.

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

Color convert

RGB 206 58 166 -
CMYK 0 0.72 0.19 0.19
HSL 316.22º 0.6% 0.52% -
HSV(B) 316.22º 0.72% 0.81% -
XYZ 33.85 18.9 37.94 -
YUV 114.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 206 58 166 0 0.72 0.19 0.19 316.22 0.6 0.52
Hex CE 3A A6 0 48 13 13 13C 3C 34
Octal 316 72 246 0 110 23 23 474 74 64
Binary 11001110 111010 10100110 0 1001000 10011 10011 100111100 111100 110100

Color Harmonies of #CE3AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AA6

Black with #CE3AA6

Text Example


Text Example

White with #CE3AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AA6; }

 p { color: rgb(206,58,166); }

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

background-color css

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

 a { background-color: rgb(206,58,166); }

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

border-color css

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

 span { border-color: rgb(206,58,166); }

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