Html Css Color HEX #C45493 Mulberry

📋 copy color: '#C45493'

red 196 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #C45493

Tints of Mulberry #C45493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 45.9%
G = 19.67%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C45493 (or 0xC45493) is known color: Mulberry. HEX triplet: C4, 54 and 93. RGB value is (196,84,147). Sum of RGB (Red+Green+Blue) = 196+84+147=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45493 is #3BAB6C. Grayscale: #7C7C7C. Windows color (decimal): -3910509 or 9655492. OLE color: 9655492.

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

Color convert

RGB 196 84 147 -
CMYK 0 0.57 0.25 0.23
HSL 326.25º 0.49% 0.55% -
HSV(B) 326.25º 0.57% 0.77% -
XYZ 31.2 20.18 29.85 -
YUV 124.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 196 84 147 0 0.57 0.25 0.23 326.25 0.49 0.55
Hex C4 54 93 0 39 19 17 146 31 37
Octal 304 124 223 0 71 31 27 506 61 67
Binary 11000100 1010100 10010011 0 111001 11001 10111 101000110 110001 110111

Color Harmonies of #C45493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45493

Black with #C45493

Text Example


Text Example

White with #C45493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45493; }

 p { color: rgb(196,84,147); }

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

background-color css

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

 a { background-color: rgb(196,84,147); }

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

border-color css

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

 span { border-color: rgb(196,84,147); }

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