Html Css Color HEX #CE42A0 Mulberry

📋 copy color: '#CE42A0'

red 206 ◦ green 66 ◦ blue 160

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

Shades of Mulberry #CE42A0

Tints of Mulberry #CE42A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 47.69%
G = 15.28%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE42A0 (or 0xCE42A0) is known color: Mulberry. HEX triplet: CE, 42 and A0. RGB value is (206,66,160). Sum of RGB (Red+Green+Blue) = 206+66+160=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42A0 is #31BD5F. Grayscale: #767676. Windows color (decimal): -3259744 or 10502862. OLE color: 10502862.

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

Color convert

RGB 206 66 160 -
CMYK 0 0.68 0.22 0.19
HSL 319.71º 0.59% 0.53% -
HSV(B) 319.71º 0.68% 0.81% -
XYZ 33.75 19.56 35.25 -
YUV 118.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 206 66 160 0 0.68 0.22 0.19 319.71 0.59 0.53
Hex CE 42 A0 0 44 16 13 140 3B 35
Octal 316 102 240 0 104 26 23 500 73 65
Binary 11001110 1000010 10100000 0 1000100 10110 10011 101000000 111011 110101

Color Harmonies of #CE42A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42A0

Black with #CE42A0

Text Example


Text Example

White with #CE42A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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