Html Css Color HEX #CE4191 Mulberry

📋 copy color: '#CE4191'

red 206 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #CE4191

Tints of Mulberry #CE4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.63%

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

R = 49.52%
G = 15.63%
B = 34.86%

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

#CE4191 (or 0xCE4191) is known color: Mulberry. HEX triplet: CE, 41 and 91. RGB value is (206,65,145). Sum of RGB (Red+Green+Blue) = 206+65+145=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4191 is #31BE6E. Grayscale: #747474. Windows color (decimal): -3260015 or 9519566. OLE color: 9519566.

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

Color convert

RGB 206 65 145 -
CMYK 0 0.68 0.30 0.19
HSL 325.96º 0.59% 0.53% -
HSV(B) 325.96º 0.68% 0.81% -
XYZ 32.45 18.95 28.73 -
YUV 116.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 206 65 145 0 0.68 0.30 0.19 325.96 0.59 0.53
Hex CE 41 91 0 44 1E 13 146 3B 35
Octal 316 101 221 0 104 36 23 506 73 65
Binary 11001110 1000001 10010001 0 1000100 11110 10011 101000110 111011 110101

Color Harmonies of #CE4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4191

Black with #CE4191

Text Example


Text Example

White with #CE4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4191; }

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

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

background-color css

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

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

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

border-color css

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

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

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