Html Css Color HEX #C45EA4 Mulberry

📋 copy color: '#C45EA4'

red 196 ◦ green 94 ◦ blue 164

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

Shades of Mulberry #C45EA4

Tints of Mulberry #C45EA4

RGB

 RED value IS 196 (76.95% from 255) = 43.17%

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 43.17%
G = 20.7%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C45EA4 (or 0xC45EA4) is known color: Mulberry. HEX triplet: C4, 5E and A4. RGB value is (196,94,164). Sum of RGB (Red+Green+Blue) = 196+94+164=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45EA4 is #3BA15B. Grayscale: #848484. Windows color (decimal): -3907932 or 10772164. OLE color: 10772164.

HSL color Cylindrical-coordinate representation of color #C45EA4: hue angle of 318.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45EA4 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 94 164 -
CMYK 0 0.52 0.16 0.23
HSL 318.82º 0.46% 0.57% -
HSV(B) 318.82º 0.52% 0.77% -
XYZ 33.47 22.42 37.69 -
YUV 132.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 196 94 164 0 0.52 0.16 0.23 318.82 0.46 0.57
Hex C4 5E A4 0 34 10 17 13F 2E 39
Octal 304 136 244 0 64 20 27 477 56 71
Binary 11000100 1011110 10100100 0 110100 10000 10111 100111111 101110 111001

Color Harmonies of #C45EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EA4

Black with #C45EA4

Text Example


Text Example

White with #C45EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EA4; }

 p { color: rgb(196,94,164); }

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

background-color css

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

 a { background-color: rgb(196,94,164); }

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

border-color css

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

 span { border-color: rgb(196,94,164); }

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