Html Css Color HEX #CE53A9 Mulberry

📋 copy color: '#CE53A9'

red 206 ◦ green 83 ◦ blue 169

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

Shades of Mulberry #CE53A9

Tints of Mulberry #CE53A9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

 BLUE value IS 169 (66.41% from 255) = 36.9%

R = 44.98%
G = 18.12%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE53A9 (or 0xCE53A9) is known color: Mulberry. HEX triplet: CE, 53 and A9. RGB value is (206,83,169). Sum of RGB (Red+Green+Blue) = 206+83+169=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53A9 is #31AC56. Grayscale: #818181. Windows color (decimal): -3255383 or 11097038. OLE color: 11097038.

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

Color convert

RGB 206 83 169 -
CMYK 0 0.60 0.18 0.19
HSL 318.05º 0.56% 0.57% -
HSV(B) 318.05º 0.6% 0.81% -
XYZ 35.71 22.17 39.93 -
YUV 129.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 206 83 169 0 0.60 0.18 0.19 318.05 0.56 0.57
Hex CE 53 A9 0 3C 12 13 13E 38 39
Octal 316 123 251 0 74 22 23 476 70 71
Binary 11001110 1010011 10101001 0 111100 10010 10011 100111110 111000 111001

Color Harmonies of #CE53A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53A9

Black with #CE53A9

Text Example


Text Example

White with #CE53A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53A9; }

 p { color: rgb(206,83,169); }

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

background-color css

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

 a { background-color: rgb(206,83,169); }

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

border-color css

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

 span { border-color: rgb(206,83,169); }

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