Html Css Color HEX #CE42A8 Mulberry

📋 copy color: '#CE42A8'

red 206 ◦ green 66 ◦ blue 168

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

Shades of Mulberry #CE42A8

Tints of Mulberry #CE42A8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15%

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 46.82%
G = 15%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE42A8 (or 0xCE42A8) is known color: Mulberry. HEX triplet: CE, 42 and A8. RGB value is (206,66,168). Sum of RGB (Red+Green+Blue) = 206+66+168=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42A8 is #31BD57. Grayscale: #777777. Windows color (decimal): -3259736 or 11027150. OLE color: 11027150.

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

Color convert

RGB 206 66 168 -
CMYK 0 0.68 0.18 0.19
HSL 316.29º 0.59% 0.53% -
HSV(B) 316.29º 0.68% 0.81% -
XYZ 34.47 19.85 39.06 -
YUV 119.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 206 66 168 0 0.68 0.18 0.19 316.29 0.59 0.53
Hex CE 42 A8 0 44 12 13 13C 3B 35
Octal 316 102 250 0 104 22 23 474 73 65
Binary 11001110 1000010 10101000 0 1000100 10010 10011 100111100 111011 110101

Color Harmonies of #CE42A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42A8

Black with #CE42A8

Text Example


Text Example

White with #CE42A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42A8; }

 p { color: rgb(206,66,168); }

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

background-color css

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

 a { background-color: rgb(206,66,168); }

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

border-color css

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

 span { border-color: rgb(206,66,168); }

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