Html Css Color HEX #CE458A Mulberry

📋 copy color: '#CE458A'

red 206 ◦ green 69 ◦ blue 138

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

Shades of Mulberry #CE458A

Tints of Mulberry #CE458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

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

R = 49.88%
G = 16.71%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE458A (or 0xCE458A) is known color: Mulberry. HEX triplet: CE, 45 and 8A. RGB value is (206,69,138). Sum of RGB (Red+Green+Blue) = 206+69+138=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE458A is #31BA75. Grayscale: #757575. Windows color (decimal): -3258998 or 9061838. OLE color: 9061838.

HSL color Cylindrical-coordinate representation of color #CE458A: hue angle of 329.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE458A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 69 138 -
CMYK 0 0.67 0.33 0.19
HSL 329.78º 0.58% 0.54% -
HSV(B) 329.78º 0.67% 0.81% -
XYZ 32.17 19.21 26.06 -
YUV 117.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 206 69 138 0 0.67 0.33 0.19 329.78 0.58 0.54
Hex CE 45 8A 0 43 21 13 14A 3A 36
Octal 316 105 212 0 103 41 23 512 72 66
Binary 11001110 1000101 10001010 0 1000011 100001 10011 101001010 111010 110110

Color Harmonies of #CE458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE458A

Black with #CE458A

Text Example


Text Example

White with #CE458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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