Html Css Color HEX #CE45A5 Mulberry

📋 copy color: '#CE45A5'

red 206 ◦ green 69 ◦ blue 165

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

Shades of Mulberry #CE45A5

Tints of Mulberry #CE45A5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 46.82%
G = 15.68%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE45A5 (or 0xCE45A5) is known color: Mulberry. HEX triplet: CE, 45 and A5. RGB value is (206,69,165). Sum of RGB (Red+Green+Blue) = 206+69+165=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE45A5 is #31BA5A. Grayscale: #787878. Windows color (decimal): -3258971 or 10831310. OLE color: 10831310.

HSL color Cylindrical-coordinate representation of color #CE45A5: hue angle of 317.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45A5 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 69 165 -
CMYK 0 0.67 0.20 0.19
HSL 317.96º 0.58% 0.54% -
HSV(B) 317.96º 0.67% 0.81% -
XYZ 34.37 20.09 37.66 -
YUV 120.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 206 69 165 0 0.67 0.20 0.19 317.96 0.58 0.54
Hex CE 45 A5 0 43 14 13 13E 3A 36
Octal 316 105 245 0 103 24 23 476 72 66
Binary 11001110 1000101 10100101 0 1000011 10100 10011 100111110 111010 110110

Color Harmonies of #CE45A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45A5

Black with #CE45A5

Text Example


Text Example

White with #CE45A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45A5; }

 p { color: rgb(206,69,165); }

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

background-color css

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

 a { background-color: rgb(206,69,165); }

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

border-color css

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

 span { border-color: rgb(206,69,165); }

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