Html Css Color HEX #CE4A81 Mulberry

📋 copy color: '#CE4A81'

red 206 ◦ green 74 ◦ blue 129

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

Shades of Mulberry #CE4A81

Tints of Mulberry #CE4A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 50.37%
G = 18.09%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4A81 (or 0xCE4A81) is known color: Mulberry. HEX triplet: CE, 4A and 81. RGB value is (206,74,129). Sum of RGB (Red+Green+Blue) = 206+74+129=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4A81 is #31B57E. Grayscale: #777777. Windows color (decimal): -3257727 or 8473294. OLE color: 8473294.

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

Color convert

RGB 206 74 129 -
CMYK 0 0.64 0.37 0.19
HSL 335º 0.57% 0.55% -
HSV(B) 335º 0.64% 0.81% -
XYZ 31.86 19.6 22.87 -
YUV 119.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 206 74 129 0 0.64 0.37 0.19 335 0.57 0.55
Hex CE 4A 81 0 40 25 13 14F 39 37
Octal 316 112 201 0 100 45 23 517 71 67
Binary 11001110 1001010 10000001 0 1000000 100101 10011 101001111 111001 110111

Color Harmonies of #CE4A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A81

Black with #CE4A81

Text Example


Text Example

White with #CE4A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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