Html Css Color HEX #CE40A8 Mulberry

📋 copy color: '#CE40A8'

red 206 ◦ green 64 ◦ blue 168

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

Shades of Mulberry #CE40A8

Tints of Mulberry #CE40A8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 47.03%
G = 14.61%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE40A8 (or 0xCE40A8) is known color: Mulberry. HEX triplet: CE, 40 and A8. RGB value is (206,64,168). Sum of RGB (Red+Green+Blue) = 206+64+168=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40A8 is #31BF57. Grayscale: #767676. Windows color (decimal): -3260248 or 11026638. OLE color: 11026638.

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

Color convert

RGB 206 64 168 -
CMYK 0 0.69 0.18 0.19
HSL 316.06º 0.59% 0.53% -
HSV(B) 316.06º 0.69% 0.81% -
XYZ 34.35 19.62 39.02 -
YUV 118.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 206 64 168 0 0.69 0.18 0.19 316.06 0.59 0.53
Hex CE 40 A8 0 45 12 13 13C 3B 35
Octal 316 100 250 0 105 22 23 474 73 65
Binary 11001110 1000000 10101000 0 1000101 10010 10011 100111100 111011 110101

Color Harmonies of #CE40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40A8

Black with #CE40A8

Text Example


Text Example

White with #CE40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40A8; }

 p { color: rgb(206,64,168); }

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

background-color css

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

 a { background-color: rgb(206,64,168); }

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

border-color css

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

 span { border-color: rgb(206,64,168); }

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