Html Css Color HEX #CE418E Mulberry

📋 copy color: '#CE418E'

red 206 ◦ green 65 ◦ blue 142

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

Shades of Mulberry #CE418E

Tints of Mulberry #CE418E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.74%

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

R = 49.88%
G = 15.74%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE418E (or 0xCE418E) is known color: Mulberry. HEX triplet: CE, 41 and 8E. RGB value is (206,65,142). Sum of RGB (Red+Green+Blue) = 206+65+142=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE418E is #31BE71. Grayscale: #737373. Windows color (decimal): -3260018 or 9322958. OLE color: 9322958.

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

Color convert

RGB 206 65 142 -
CMYK 0 0.68 0.31 0.19
HSL 327.23º 0.59% 0.53% -
HSV(B) 327.23º 0.68% 0.81% -
XYZ 32.23 18.86 27.53 -
YUV 115.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 206 65 142 0 0.68 0.31 0.19 327.23 0.59 0.53
Hex CE 41 8E 0 44 1F 13 147 3B 35
Octal 316 101 216 0 104 37 23 507 73 65
Binary 11001110 1000001 10001110 0 1000100 11111 10011 101000111 111011 110101

Color Harmonies of #CE418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE418E

Black with #CE418E

Text Example


Text Example

White with #CE418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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