Html Css Color HEX #CE4194 Mulberry

📋 copy color: '#CE4194'

red 206 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #CE4194

Tints of Mulberry #CE4194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 49.16%
G = 15.51%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE4194 (or 0xCE4194) is known color: Mulberry. HEX triplet: CE, 41 and 94. RGB value is (206,65,148). Sum of RGB (Red+Green+Blue) = 206+65+148=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4194 is #31BE6B. Grayscale: #747474. Windows color (decimal): -3260012 or 9716174. OLE color: 9716174.

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

Color convert

RGB 206 65 148 -
CMYK 0 0.68 0.28 0.19
HSL 324.68º 0.59% 0.53% -
HSV(B) 324.68º 0.68% 0.81% -
XYZ 32.69 19.04 29.97 -
YUV 116.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 206 65 148 0 0.68 0.28 0.19 324.68 0.59 0.53
Hex CE 41 94 0 44 1C 13 145 3B 35
Octal 316 101 224 0 104 34 23 505 73 65
Binary 11001110 1000001 10010100 0 1000100 11100 10011 101000101 111011 110101

Color Harmonies of #CE4194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4194

Black with #CE4194

Text Example


Text Example

White with #CE4194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4194; }

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

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

background-color css

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

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

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

border-color css

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

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

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