Html Css Color HEX #CE41A9 Mulberry

📋 copy color: '#CE41A9'

red 206 ◦ green 65 ◦ blue 169

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

Shades of Mulberry #CE41A9

Tints of Mulberry #CE41A9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.77%

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

R = 46.82%
G = 14.77%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE41A9 (or 0xCE41A9) is known color: Mulberry. HEX triplet: CE, 41 and A9. RGB value is (206,65,169). Sum of RGB (Red+Green+Blue) = 206+65+169=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE41A9 is #31BE56. Grayscale: #767676. Windows color (decimal): -3259991 or 11092430. OLE color: 11092430.

HSL color Cylindrical-coordinate representation of color #CE41A9: hue angle of 315.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE41A9 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 169 -
CMYK 0 0.68 0.18 0.19
HSL 315.74º 0.59% 0.53% -
HSV(B) 315.74º 0.68% 0.81% -
XYZ 34.51 19.77 39.53 -
YUV 119.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 206 65 169 0 0.68 0.18 0.19 315.74 0.59 0.53
Hex CE 41 A9 0 44 12 13 13C 3B 35
Octal 316 101 251 0 104 22 23 474 73 65
Binary 11001110 1000001 10101001 0 1000100 10010 10011 100111100 111011 110101

Color Harmonies of #CE41A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41A9

Black with #CE41A9

Text Example


Text Example

White with #CE41A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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