Html Css Color HEX #CE4AA4 Mulberry

📋 copy color: '#CE4AA4'

red 206 ◦ green 74 ◦ blue 164

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

Shades of Mulberry #CE4AA4

Tints of Mulberry #CE4AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 46.4%
G = 16.67%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE4AA4 (or 0xCE4AA4) is known color: Mulberry. HEX triplet: CE, 4A and A4. RGB value is (206,74,164). Sum of RGB (Red+Green+Blue) = 206+74+164=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AA4 is #31B55B. Grayscale: #7B7B7B. Windows color (decimal): -3257692 or 10767054. OLE color: 10767054.

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

Color convert

RGB 206 74 164 -
CMYK 0 0.64 0.20 0.19
HSL 319.09º 0.57% 0.55% -
HSV(B) 319.09º 0.64% 0.81% -
XYZ 34.6 20.7 37.29 -
YUV 123.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 206 74 164 0 0.64 0.20 0.19 319.09 0.57 0.55
Hex CE 4A A4 0 40 14 13 13F 39 37
Octal 316 112 244 0 100 24 23 477 71 67
Binary 11001110 1001010 10100100 0 1000000 10100 10011 100111111 111001 110111

Color Harmonies of #CE4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AA4

Black with #CE4AA4

Text Example


Text Example

White with #CE4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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