Html Css Color HEX #C45FA1 Mulberry

📋 copy color: '#C45FA1'

red 196 ◦ green 95 ◦ blue 161

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

Shades of Mulberry #C45FA1

Tints of Mulberry #C45FA1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 161 (63.28% from 255) = 35.62%

R = 43.36%
G = 21.02%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C45FA1 (or 0xC45FA1) is known color: Mulberry. HEX triplet: C4, 5F and A1. RGB value is (196,95,161). Sum of RGB (Red+Green+Blue) = 196+95+161=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FA1 is #3BA05E. Grayscale: #848484. Windows color (decimal): -3907679 or 10575812. OLE color: 10575812.

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

Color convert

RGB 196 95 161 -
CMYK 0 0.52 0.18 0.23
HSL 320.79º 0.46% 0.57% -
HSV(B) 320.79º 0.52% 0.77% -
XYZ 33.29 22.49 36.31 -
YUV 132.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 196 95 161 0 0.52 0.18 0.23 320.79 0.46 0.57
Hex C4 5F A1 0 34 12 17 141 2E 39
Octal 304 137 241 0 64 22 27 501 56 71
Binary 11000100 1011111 10100001 0 110100 10010 10111 101000001 101110 111001

Color Harmonies of #C45FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FA1

Black with #C45FA1

Text Example


Text Example

White with #C45FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FA1; }

 p { color: rgb(196,95,161); }

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

background-color css

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

 a { background-color: rgb(196,95,161); }

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

border-color css

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

 span { border-color: rgb(196,95,161); }

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