Html Css Color HEX #CE508A Mulberry

📋 copy color: '#CE508A'

red 206 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #CE508A

Tints of Mulberry #CE508A

RGB

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

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

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

R = 48.58%
G = 18.87%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE508A (or 0xCE508A) is known color: Mulberry. HEX triplet: CE, 50 and 8A. RGB value is (206,80,138). Sum of RGB (Red+Green+Blue) = 206+80+138=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE508A is #31AF75. Grayscale: #7C7C7C. Windows color (decimal): -3256182 or 9064654. OLE color: 9064654.

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

Color convert

RGB 206 80 138 -
CMYK 0 0.61 0.33 0.19
HSL 332.38º 0.56% 0.56% -
HSV(B) 332.38º 0.61% 0.81% -
XYZ 32.91 20.69 26.3 -
YUV 124.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 206 80 138 0 0.61 0.33 0.19 332.38 0.56 0.56
Hex CE 50 8A 0 3D 21 13 14C 38 38
Octal 316 120 212 0 75 41 23 514 70 70
Binary 11001110 1010000 10001010 0 111101 100001 10011 101001100 111000 111000

Color Harmonies of #CE508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE508A

Black with #CE508A

Text Example


Text Example

White with #CE508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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