Html Css Color HEX #CE38AA Mulberry

📋 copy color: '#CE38AA'

red 206 ◦ green 56 ◦ blue 170

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

Shades of Mulberry #CE38AA

Tints of Mulberry #CE38AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 47.69%
G = 12.96%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE38AA (or 0xCE38AA) is known color: Mulberry. HEX triplet: CE, 38 and AA. RGB value is (206,56,170). Sum of RGB (Red+Green+Blue) = 206+56+170=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38AA is #31C755. Grayscale: #717171. Windows color (decimal): -3262294 or 11155662. OLE color: 11155662.

HSL color Cylindrical-coordinate representation of color #CE38AA: hue angle of 314.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 #CE38AA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 170 -
CMYK 0 0.73 0.17 0.19
HSL 314.4º 0.6% 0.51% -
HSV(B) 314.4º 0.73% 0.81% -
XYZ 34.12 18.85 39.87 -
YUV 113.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 206 56 170 0 0.73 0.17 0.19 314.4 0.6 0.51
Hex CE 38 AA 0 49 11 13 13A 3C 33
Octal 316 70 252 0 111 21 23 472 74 63
Binary 11001110 111000 10101010 0 1001001 10001 10011 100111010 111100 110011

Color Harmonies of #CE38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38AA

Black with #CE38AA

Text Example


Text Example

White with #CE38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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