Html Css Color HEX #CE508F Mulberry

📋 copy color: '#CE508F'

red 206 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #CE508F

Tints of Mulberry #CE508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 48.02%
G = 18.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE508F (or 0xCE508F) is known color: Mulberry. HEX triplet: CE, 50 and 8F. RGB value is (206,80,143). Sum of RGB (Red+Green+Blue) = 206+80+143=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE508F is #31AF70. Grayscale: #7C7C7C. Windows color (decimal): -3256177 or 9392334. OLE color: 9392334.

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

Color convert

RGB 206 80 143 -
CMYK 0 0.61 0.31 0.19
HSL 330º 0.56% 0.56% -
HSV(B) 330º 0.61% 0.81% -
XYZ 33.28 20.84 28.26 -
YUV 124.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 206 80 143 0 0.61 0.31 0.19 330 0.56 0.56
Hex CE 50 8F 0 3D 1F 13 14A 38 38
Octal 316 120 217 0 75 37 23 512 70 70
Binary 11001110 1010000 10001111 0 111101 11111 10011 101001010 111000 111000

Color Harmonies of #CE508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE508F

Black with #CE508F

Text Example


Text Example

White with #CE508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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