Html Css Color HEX #CE42A6 Mulberry

📋 copy color: '#CE42A6'

red 206 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #CE42A6

Tints of Mulberry #CE42A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

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

R = 47.03%
G = 15.07%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE42A6 (or 0xCE42A6) is known color: Mulberry. HEX triplet: CE, 42 and A6. RGB value is (206,66,166). Sum of RGB (Red+Green+Blue) = 206+66+166=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42A6 is #31BD59. Grayscale: #777777. Windows color (decimal): -3259738 or 10896078. OLE color: 10896078.

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

Color convert

RGB 206 66 166 -
CMYK 0 0.68 0.19 0.19
HSL 317.14º 0.59% 0.53% -
HSV(B) 317.14º 0.68% 0.81% -
XYZ 34.28 19.77 38.09 -
YUV 119.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 206 66 166 0 0.68 0.19 0.19 317.14 0.59 0.53
Hex CE 42 A6 0 44 13 13 13D 3B 35
Octal 316 102 246 0 104 23 23 475 73 65
Binary 11001110 1000010 10100110 0 1000100 10011 10011 100111101 111011 110101

Color Harmonies of #CE42A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42A6

Black with #CE42A6

Text Example


Text Example

White with #CE42A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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