Html Css Color HEX #CE4196 Mulberry

📋 copy color: '#CE4196'

red 206 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #CE4196

Tints of Mulberry #CE4196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 48.93%
G = 15.44%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE4196 (or 0xCE4196) is known color: Mulberry. HEX triplet: CE, 41 and 96. RGB value is (206,65,150). Sum of RGB (Red+Green+Blue) = 206+65+150=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4196 is #31BE69. Grayscale: #747474. Windows color (decimal): -3260010 or 9847246. OLE color: 9847246.

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

Color convert

RGB 206 65 150 -
CMYK 0 0.68 0.27 0.19
HSL 323.83º 0.59% 0.53% -
HSV(B) 323.83º 0.68% 0.81% -
XYZ 32.85 19.1 30.81 -
YUV 116.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 206 65 150 0 0.68 0.27 0.19 323.83 0.59 0.53
Hex CE 41 96 0 44 1B 13 144 3B 35
Octal 316 101 226 0 104 33 23 504 73 65
Binary 11001110 1000001 10010110 0 1000100 11011 10011 101000100 111011 110101

Color Harmonies of #CE4196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4196

Black with #CE4196

Text Example


Text Example

White with #CE4196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4196; }

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

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

background-color css

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

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

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

border-color css

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

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

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