Html Css Color HEX #CE38A0 Mulberry

📋 copy color: '#CE38A0'

red 206 ◦ green 56 ◦ blue 160

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

Shades of Mulberry #CE38A0

Tints of Mulberry #CE38A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.27%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 48.82%
G = 13.27%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE38A0 (or 0xCE38A0) is known color: Mulberry. HEX triplet: CE, 38 and A0. RGB value is (206,56,160). Sum of RGB (Red+Green+Blue) = 206+56+160=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38A0 is #31C75F. Grayscale: #707070. Windows color (decimal): -3262304 or 10500302. OLE color: 10500302.

HSL color Cylindrical-coordinate representation of color #CE38A0: hue angle of 318.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE38A0 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 160 -
CMYK 0 0.73 0.22 0.19
HSL 318.4º 0.6% 0.51% -
HSV(B) 318.4º 0.73% 0.81% -
XYZ 33.21 18.49 35.08 -
YUV 112.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 206 56 160 0 0.73 0.22 0.19 318.4 0.6 0.51
Hex CE 38 A0 0 49 16 13 13E 3C 33
Octal 316 70 240 0 111 26 23 476 74 63
Binary 11001110 111000 10100000 0 1001001 10110 10011 100111110 111100 110011

Color Harmonies of #CE38A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38A0

Black with #CE38A0

Text Example


Text Example

White with #CE38A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38A0; }

 p { color: rgb(206,56,160); }

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

background-color css

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

 a { background-color: rgb(206,56,160); }

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

border-color css

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

 span { border-color: rgb(206,56,160); }

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