Html Css Color HEX #CE4F96 Mulberry

📋 copy color: '#CE4F96'

red 206 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #CE4F96

Tints of Mulberry #CE4F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

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

R = 47.36%
G = 18.16%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE4F96 (or 0xCE4F96) is known color: Mulberry. HEX triplet: CE, 4F and 96. RGB value is (206,79,150). Sum of RGB (Red+Green+Blue) = 206+79+150=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F96 is #31B069. Grayscale: #7C7C7C. Windows color (decimal): -3256426 or 9850830. OLE color: 9850830.

HSL color Cylindrical-coordinate representation of color #CE4F96: hue angle of 326.46º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4F96 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 79 150 -
CMYK 0 0.62 0.27 0.19
HSL 326.46º 0.56% 0.56% -
HSV(B) 326.46º 0.62% 0.81% -
XYZ 33.75 20.92 31.11 -
YUV 125.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 206 79 150 0 0.62 0.27 0.19 326.46 0.56 0.56
Hex CE 4F 96 0 3E 1B 13 146 38 38
Octal 316 117 226 0 76 33 23 506 70 70
Binary 11001110 1001111 10010110 0 111110 11011 10011 101000110 111000 111000

Color Harmonies of #CE4F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F96

Black with #CE4F96

Text Example


Text Example

White with #CE4F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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