Html Css Color HEX #CE4A8A Mulberry

📋 copy color: '#CE4A8A'

red 206 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #CE4A8A

Tints of Mulberry #CE4A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 49.28%
G = 17.7%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE4A8A (or 0xCE4A8A) is known color: Mulberry. HEX triplet: CE, 4A and 8A. RGB value is (206,74,138). Sum of RGB (Red+Green+Blue) = 206+74+138=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4A8A is #31B575. Grayscale: #787878. Windows color (decimal): -3257718 or 9063118. OLE color: 9063118.

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

Color convert

RGB 206 74 138 -
CMYK 0 0.64 0.33 0.19
HSL 330.91º 0.57% 0.55% -
HSV(B) 330.91º 0.64% 0.81% -
XYZ 32.49 19.85 26.16 -
YUV 120.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 206 74 138 0 0.64 0.33 0.19 330.91 0.57 0.55
Hex CE 4A 8A 0 40 21 13 14B 39 37
Octal 316 112 212 0 100 41 23 513 71 67
Binary 11001110 1001010 10001010 0 1000000 100001 10011 101001011 111001 110111

Color Harmonies of #CE4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A8A

Black with #CE4A8A

Text Example


Text Example

White with #CE4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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