Html Css Color HEX #C45198 Mulberry

📋 copy color: '#C45198'

red 196 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #C45198

Tints of Mulberry #C45198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 45.69%
G = 18.88%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C45198 (or 0xC45198) is known color: Mulberry. HEX triplet: C4, 51 and 98. RGB value is (196,81,152). Sum of RGB (Red+Green+Blue) = 196+81+152=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C45198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45198 is #3BAE67. Grayscale: #7B7B7B. Windows color (decimal): -3911272 or 9982404. OLE color: 9982404.

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

Color convert

RGB 196 81 152 -
CMYK 0 0.59 0.22 0.23
HSL 322.96º 0.49% 0.54% -
HSV(B) 322.96º 0.59% 0.77% -
XYZ 31.37 19.89 31.89 -
YUV 123.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 196 81 152 0 0.59 0.22 0.23 322.96 0.49 0.54
Hex C4 51 98 0 3B 16 17 143 31 36
Octal 304 121 230 0 73 26 27 503 61 66
Binary 11000100 1010001 10011000 0 111011 10110 10111 101000011 110001 110110

Color Harmonies of #C45198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45198

Black with #C45198

Text Example


Text Example

White with #C45198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45198; }

 p { color: rgb(196,81,152); }

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

background-color css

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

 a { background-color: rgb(196,81,152); }

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

border-color css

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

 span { border-color: rgb(196,81,152); }

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