Html Css Color HEX #CE4A98 Mulberry

📋 copy color: '#CE4A98'

red 206 ◦ green 74 ◦ blue 152

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

Shades of Mulberry #CE4A98

Tints of Mulberry #CE4A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 47.69%
G = 17.13%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE4A98 (or 0xCE4A98) is known color: Mulberry. HEX triplet: CE, 4A and 98. RGB value is (206,74,152). Sum of RGB (Red+Green+Blue) = 206+74+152=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4A98 is #31B567. Grayscale: #7A7A7A. Windows color (decimal): -3257704 or 9980622. OLE color: 9980622.

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

Color convert

RGB 206 74 152 -
CMYK 0 0.64 0.26 0.19
HSL 324.55º 0.57% 0.55% -
HSV(B) 324.55º 0.64% 0.81% -
XYZ 33.57 20.29 31.85 -
YUV 122.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 206 74 152 0 0.64 0.26 0.19 324.55 0.57 0.55
Hex CE 4A 98 0 40 1A 13 145 39 37
Octal 316 112 230 0 100 32 23 505 71 67
Binary 11001110 1001010 10011000 0 1000000 11010 10011 101000101 111001 110111

Color Harmonies of #CE4A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A98

Black with #CE4A98

Text Example


Text Example

White with #CE4A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A98; }

 p { color: rgb(206,74,152); }

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

background-color css

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

 a { background-color: rgb(206,74,152); }

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

border-color css

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

 span { border-color: rgb(206,74,152); }

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