Html Css Color HEX #CE4B94 Mulberry

📋 copy color: '#CE4B94'

red 206 ◦ green 75 ◦ blue 148

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

Shades of Mulberry #CE4B94

Tints of Mulberry #CE4B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

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

R = 48.02%
G = 17.48%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE4B94 (or 0xCE4B94) is known color: Mulberry. HEX triplet: CE, 4B and 94. RGB value is (206,75,148). Sum of RGB (Red+Green+Blue) = 206+75+148=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4B94 is #31B46B. Grayscale: #7A7A7A. Windows color (decimal): -3257452 or 9718734. OLE color: 9718734.

HSL color Cylindrical-coordinate representation of color #CE4B94: hue angle of 326.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4B94 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 75 148 -
CMYK 0 0.64 0.28 0.19
HSL 326.56º 0.57% 0.55% -
HSV(B) 326.56º 0.64% 0.81% -
XYZ 33.31 20.29 30.18 -
YUV 122.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 206 75 148 0 0.64 0.28 0.19 326.56 0.57 0.55
Hex CE 4B 94 0 40 1C 13 147 39 37
Octal 316 113 224 0 100 34 23 507 71 67
Binary 11001110 1001011 10010100 0 1000000 11100 10011 101000111 111001 110111

Color Harmonies of #CE4B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B94

Black with #CE4B94

Text Example


Text Example

White with #CE4B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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