Html Css Color HEX #CE4182 Mulberry

📋 copy color: '#CE4182'

red 206 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #CE4182

Tints of Mulberry #CE4182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 51.37%
G = 16.21%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4182 (or 0xCE4182) is known color: Mulberry. HEX triplet: CE, 41 and 82. RGB value is (206,65,130). Sum of RGB (Red+Green+Blue) = 206+65+130=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4182 is #31BE7D. Grayscale: #727272. Windows color (decimal): -3260030 or 8536526. OLE color: 8536526.

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

Color convert

RGB 206 65 130 -
CMYK 0 0.68 0.37 0.19
HSL 332.34º 0.59% 0.53% -
HSV(B) 332.34º 0.68% 0.81% -
XYZ 31.37 18.51 23.04 -
YUV 114.57 136.71 193.21 -
System Red Green Blue C M Y K H S L
Decimal 206 65 130 0 0.68 0.37 0.19 332.34 0.59 0.53
Hex CE 41 82 0 44 25 13 14C 3B 35
Octal 316 101 202 0 104 45 23 514 73 65
Binary 11001110 1000001 10000010 0 1000100 100101 10011 101001100 111011 110101

Color Harmonies of #CE4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4182

Black with #CE4182

Text Example


Text Example

White with #CE4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4182; }

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

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

background-color css

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

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

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

border-color css

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

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

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