Html Css Color HEX #CE428A Mulberry

📋 copy color: '#CE428A'

red 206 ◦ green 66 ◦ blue 138

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

Shades of Mulberry #CE428A

Tints of Mulberry #CE428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 50.24%
G = 16.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE428A (or 0xCE428A) is known color: Mulberry. HEX triplet: CE, 42 and 8A. RGB value is (206,66,138). Sum of RGB (Red+Green+Blue) = 206+66+138=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE428A is #31BD75. Grayscale: #737373. Windows color (decimal): -3259766 or 9061070. OLE color: 9061070.

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

Color convert

RGB 206 66 138 -
CMYK 0 0.68 0.33 0.19
HSL 329.14º 0.59% 0.53% -
HSV(B) 329.14º 0.68% 0.81% -
XYZ 31.99 18.85 26 -
YUV 116.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 206 66 138 0 0.68 0.33 0.19 329.14 0.59 0.53
Hex CE 42 8A 0 44 21 13 149 3B 35
Octal 316 102 212 0 104 41 23 511 73 65
Binary 11001110 1000010 10001010 0 1000100 100001 10011 101001001 111011 110101

Color Harmonies of #CE428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE428A

Black with #CE428A

Text Example


Text Example

White with #CE428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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