Html Css Color HEX #CE429B Mulberry

📋 copy color: '#CE429B'

red 206 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #CE429B

Tints of Mulberry #CE429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 48.24%
G = 15.46%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE429B (or 0xCE429B) is known color: Mulberry. HEX triplet: CE, 42 and 9B. RGB value is (206,66,155). Sum of RGB (Red+Green+Blue) = 206+66+155=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE429B is #31BD64. Grayscale: #757575. Windows color (decimal): -3259749 or 10175182. OLE color: 10175182.

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

Color convert

RGB 206 66 155 -
CMYK 0 0.68 0.25 0.19
HSL 321.86º 0.59% 0.53% -
HSV(B) 321.86º 0.68% 0.81% -
XYZ 33.32 19.38 33 -
YUV 118.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 206 66 155 0 0.68 0.25 0.19 321.86 0.59 0.53
Hex CE 42 9B 0 44 19 13 142 3B 35
Octal 316 102 233 0 104 31 23 502 73 65
Binary 11001110 1000010 10011011 0 1000100 11001 10011 101000010 111011 110101

Color Harmonies of #CE429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE429B

Black with #CE429B

Text Example


Text Example

White with #CE429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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