Html Css Color HEX #CE508E Mulberry

📋 copy color: '#CE508E'

red 206 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #CE508E

Tints of Mulberry #CE508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.18%

R = 48.13%
G = 18.69%
B = 33.18%

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

#CE508E (or 0xCE508E) is known color: Mulberry. HEX triplet: CE, 50 and 8E. RGB value is (206,80,142). Sum of RGB (Red+Green+Blue) = 206+80+142=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE508E is #31AF71. Grayscale: #7C7C7C. Windows color (decimal): -3256178 or 9326798. OLE color: 9326798.

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

Color convert

RGB 206 80 142 -
CMYK 0 0.61 0.31 0.19
HSL 330.48º 0.56% 0.56% -
HSV(B) 330.48º 0.61% 0.81% -
XYZ 33.2 20.81 27.86 -
YUV 124.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 206 80 142 0 0.61 0.31 0.19 330.48 0.56 0.56
Hex CE 50 8E 0 3D 1F 13 14A 38 38
Octal 316 120 216 0 75 37 23 512 70 70
Binary 11001110 1010000 10001110 0 111101 11111 10011 101001010 111000 111000

Color Harmonies of #CE508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE508E

Black with #CE508E

Text Example


Text Example

White with #CE508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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