Html Css Color HEX #CE4294 Mulberry

📋 copy color: '#CE4294'

red 206 ◦ green 66 ◦ blue 148

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

Shades of Mulberry #CE4294

Tints of Mulberry #CE4294

RGB

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

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

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

R = 49.05%
G = 15.71%
B = 35.24%

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

#CE4294 (or 0xCE4294) is known color: Mulberry. HEX triplet: CE, 42 and 94. RGB value is (206,66,148). Sum of RGB (Red+Green+Blue) = 206+66+148=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4294 is #31BD6B. Grayscale: #757575. Windows color (decimal): -3259756 or 9716430. OLE color: 9716430.

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

Color convert

RGB 206 66 148 -
CMYK 0 0.68 0.28 0.19
HSL 324.86º 0.59% 0.53% -
HSV(B) 324.86º 0.68% 0.81% -
XYZ 32.75 19.16 29.99 -
YUV 117.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 206 66 148 0 0.68 0.28 0.19 324.86 0.59 0.53
Hex CE 42 94 0 44 1C 13 145 3B 35
Octal 316 102 224 0 104 34 23 505 73 65
Binary 11001110 1000010 10010100 0 1000100 11100 10011 101000101 111011 110101

Color Harmonies of #CE4294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4294

Black with #CE4294

Text Example


Text Example

White with #CE4294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4294; }

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

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

background-color css

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

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

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

border-color css

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

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

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