Html Css Color HEX #CE4291 Mulberry

📋 copy color: '#CE4291'

red 206 ◦ green 66 ◦ blue 145

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

Shades of Mulberry #CE4291

Tints of Mulberry #CE4291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 49.4%
G = 15.83%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE4291 (or 0xCE4291) is known color: Mulberry. HEX triplet: CE, 42 and 91. RGB value is (206,66,145). Sum of RGB (Red+Green+Blue) = 206+66+145=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4291 is #31BD6E. Grayscale: #747474. Windows color (decimal): -3259759 or 9519822. OLE color: 9519822.

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

Color convert

RGB 206 66 145 -
CMYK 0 0.68 0.30 0.19
HSL 326.14º 0.59% 0.53% -
HSV(B) 326.14º 0.68% 0.81% -
XYZ 32.51 19.06 28.75 -
YUV 116.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 206 66 145 0 0.68 0.30 0.19 326.14 0.59 0.53
Hex CE 42 91 0 44 1E 13 146 3B 35
Octal 316 102 221 0 104 36 23 506 73 65
Binary 11001110 1000010 10010001 0 1000100 11110 10011 101000110 111011 110101

Color Harmonies of #CE4291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4291

Black with #CE4291

Text Example


Text Example

White with #CE4291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4291; }

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

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

background-color css

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

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

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

border-color css

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

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

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