Html Css Color HEX #CE429D Mulberry

📋 copy color: '#CE429D'

red 206 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #CE429D

Tints of Mulberry #CE429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 48.02%
G = 15.38%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE429D (or 0xCE429D) is known color: Mulberry. HEX triplet: CE, 42 and 9D. RGB value is (206,66,157). Sum of RGB (Red+Green+Blue) = 206+66+157=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE429D is #31BD62. Grayscale: #767676. Windows color (decimal): -3259747 or 10306254. OLE color: 10306254.

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

Color convert

RGB 206 66 157 -
CMYK 0 0.68 0.24 0.19
HSL 321º 0.59% 0.53% -
HSV(B) 321º 0.68% 0.81% -
XYZ 33.49 19.45 33.89 -
YUV 118.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 206 66 157 0 0.68 0.24 0.19 321 0.59 0.53
Hex CE 42 9D 0 44 18 13 141 3B 35
Octal 316 102 235 0 104 30 23 501 73 65
Binary 11001110 1000010 10011101 0 1000100 11000 10011 101000001 111011 110101

Color Harmonies of #CE429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE429D

Black with #CE429D

Text Example


Text Example

White with #CE429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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