Html Css Color HEX #CE428C Mulberry

📋 copy color: '#CE428C'

red 206 ◦ green 66 ◦ blue 140

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

Shades of Mulberry #CE428C

Tints of Mulberry #CE428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 50%
G = 16.02%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE428C (or 0xCE428C) is known color: Mulberry. HEX triplet: CE, 42 and 8C. RGB value is (206,66,140). Sum of RGB (Red+Green+Blue) = 206+66+140=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE428C is #31BD73. Grayscale: #747474. Windows color (decimal): -3259764 or 9192142. OLE color: 9192142.

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

Color convert

RGB 206 66 140 -
CMYK 0 0.68 0.32 0.19
HSL 328.29º 0.59% 0.53% -
HSV(B) 328.29º 0.68% 0.81% -
XYZ 32.14 18.91 26.77 -
YUV 116.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 206 66 140 0 0.68 0.32 0.19 328.29 0.59 0.53
Hex CE 42 8C 0 44 20 13 148 3B 35
Octal 316 102 214 0 104 40 23 510 73 65
Binary 11001110 1000010 10001100 0 1000100 100000 10011 101001000 111011 110101

Color Harmonies of #CE428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE428C

Black with #CE428C

Text Example


Text Example

White with #CE428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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