Html Css Color HEX #CE4090 Mulberry

📋 copy color: '#CE4090'

red 206 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #CE4090

Tints of Mulberry #CE4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 49.76%
G = 15.46%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE4090 (or 0xCE4090) is known color: Mulberry. HEX triplet: CE, 40 and 90. RGB value is (206,64,144). Sum of RGB (Red+Green+Blue) = 206+64+144=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4090 is #31BF6F. Grayscale: #737373. Windows color (decimal): -3260272 or 9453774. OLE color: 9453774.

HSL color Cylindrical-coordinate representation of color #CE4090: hue angle of 326.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4090 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 144 -
CMYK 0 0.69 0.30 0.19
HSL 326.2º 0.59% 0.53% -
HSV(B) 326.2º 0.69% 0.81% -
XYZ 32.32 18.8 28.31 -
YUV 115.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 206 64 144 0 0.69 0.30 0.19 326.2 0.59 0.53
Hex CE 40 90 0 45 1E 13 146 3B 35
Octal 316 100 220 0 105 36 23 506 73 65
Binary 11001110 1000000 10010000 0 1000101 11110 10011 101000110 111011 110101

Color Harmonies of #CE4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4090

Black with #CE4090

Text Example


Text Example

White with #CE4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4090; }

 p { color: rgb(206,64,144); }

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

background-color css

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

 a { background-color: rgb(206,64,144); }

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

border-color css

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

 span { border-color: rgb(206,64,144); }

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