Html Css Color HEX #C45FA4 Mulberry

📋 copy color: '#C45FA4'

red 196 ◦ green 95 ◦ blue 164

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

Shades of Mulberry #C45FA4

Tints of Mulberry #C45FA4

RGB

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

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

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

R = 43.08%
G = 20.88%
B = 36.04%

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

#C45FA4 (or 0xC45FA4) is known color: Mulberry. HEX triplet: C4, 5F and A4. RGB value is (196,95,164). Sum of RGB (Red+Green+Blue) = 196+95+164=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FA4 is #3BA05B. Grayscale: #848484. Windows color (decimal): -3907676 or 10772420. OLE color: 10772420.

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

Color convert

RGB 196 95 164 -
CMYK 0 0.52 0.16 0.23
HSL 319.01º 0.46% 0.57% -
HSV(B) 319.01º 0.52% 0.77% -
XYZ 33.56 22.6 37.72 -
YUV 133.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 196 95 164 0 0.52 0.16 0.23 319.01 0.46 0.57
Hex C4 5F A4 0 34 10 17 13F 2E 39
Octal 304 137 244 0 64 20 27 477 56 71
Binary 11000100 1011111 10100100 0 110100 10000 10111 100111111 101110 111001

Color Harmonies of #C45FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FA4

Black with #C45FA4

Text Example


Text Example

White with #C45FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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