Html Css Color HEX #CE50A8 Mulberry

📋 copy color: '#CE50A8'

red 206 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #CE50A8

Tints of Mulberry #CE50A8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 168 (66.02% from 255) = 37%

R = 45.37%
G = 17.62%
B = 37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE50A8 (or 0xCE50A8) is known color: Mulberry. HEX triplet: CE, 50 and A8. RGB value is (206,80,168). Sum of RGB (Red+Green+Blue) = 206+80+168=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50A8 is #31AF57. Grayscale: #7F7F7F. Windows color (decimal): -3256152 or 11030734. OLE color: 11030734.

HSL color Cylindrical-coordinate representation of color #CE50A8: hue angle of 318.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE50A8 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 168 -
CMYK 0 0.61 0.18 0.19
HSL 318.1º 0.56% 0.56% -
HSV(B) 318.1º 0.61% 0.81% -
XYZ 35.39 21.69 39.37 -
YUV 127.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 206 80 168 0 0.61 0.18 0.19 318.1 0.56 0.56
Hex CE 50 A8 0 3D 12 13 13E 38 38
Octal 316 120 250 0 75 22 23 476 70 70
Binary 11001110 1010000 10101000 0 111101 10010 10011 100111110 111000 111000

Color Harmonies of #CE50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50A8

Black with #CE50A8

Text Example


Text Example

White with #CE50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50A8; }

 p { color: rgb(206,80,168); }

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

background-color css

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

 a { background-color: rgb(206,80,168); }

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

border-color css

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

 span { border-color: rgb(206,80,168); }

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