Html Css Color HEX #C45394 Mulberry

📋 copy color: '#C45394'

red 196 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #C45394

Tints of Mulberry #C45394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.44%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 45.9%
G = 19.44%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C45394 (or 0xC45394) is known color: Mulberry. HEX triplet: C4, 53 and 94. RGB value is (196,83,148). Sum of RGB (Red+Green+Blue) = 196+83+148=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45394 is #3BAC6B. Grayscale: #7C7C7C. Windows color (decimal): -3910764 or 9720772. OLE color: 9720772.

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

Color convert

RGB 196 83 148 -
CMYK 0 0.58 0.24 0.23
HSL 325.49º 0.49% 0.55% -
HSV(B) 325.49º 0.58% 0.77% -
XYZ 31.2 20.06 30.24 -
YUV 124.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 196 83 148 0 0.58 0.24 0.23 325.49 0.49 0.55
Hex C4 53 94 0 3A 18 17 145 31 37
Octal 304 123 224 0 72 30 27 505 61 67
Binary 11000100 1010011 10010100 0 111010 11000 10111 101000101 110001 110111

Color Harmonies of #C45394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45394

Black with #C45394

Text Example


Text Example

White with #C45394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45394; }

 p { color: rgb(196,83,148); }

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

background-color css

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

 a { background-color: rgb(196,83,148); }

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

border-color css

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

 span { border-color: rgb(196,83,148); }

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