Html Css Color HEX #CE40A5 Mulberry

📋 copy color: '#CE40A5'

red 206 ◦ green 64 ◦ blue 165

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

Shades of Mulberry #CE40A5

Tints of Mulberry #CE40A5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 47.36%
G = 14.71%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE40A5 (or 0xCE40A5) is known color: Mulberry. HEX triplet: CE, 40 and A5. RGB value is (206,64,165). Sum of RGB (Red+Green+Blue) = 206+64+165=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40A5 is #31BF5A. Grayscale: #757575. Windows color (decimal): -3260251 or 10830030. OLE color: 10830030.

HSL color Cylindrical-coordinate representation of color #CE40A5: hue angle of 317.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40A5 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 165 -
CMYK 0 0.69 0.20 0.19
HSL 317.32º 0.59% 0.53% -
HSV(B) 317.32º 0.69% 0.81% -
XYZ 34.08 19.51 37.57 -
YUV 117.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 206 64 165 0 0.69 0.20 0.19 317.32 0.59 0.53
Hex CE 40 A5 0 45 14 13 13D 3B 35
Octal 316 100 245 0 105 24 23 475 73 65
Binary 11001110 1000000 10100101 0 1000101 10100 10011 100111101 111011 110101

Color Harmonies of #CE40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40A5

Black with #CE40A5

Text Example


Text Example

White with #CE40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40A5; }

 p { color: rgb(206,64,165); }

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

background-color css

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

 a { background-color: rgb(206,64,165); }

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

border-color css

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

 span { border-color: rgb(206,64,165); }

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