Html Css Color HEX #C05198 Mulberry

📋 copy color: '#C05198'

red 192 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #C05198

Tints of Mulberry #C05198

RGB

 RED value IS 192 (75.39% from 255) = 45.18%

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

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

R = 45.18%
G = 19.06%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05198 (or 0xC05198) is known color: Mulberry. HEX triplet: C0, 51 and 98. RGB value is (192,81,152). Sum of RGB (Red+Green+Blue) = 192+81+152=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05198 is #3FAE67. Grayscale: #7A7A7A. Windows color (decimal): -4173416 or 9982400. OLE color: 9982400.

HSL color Cylindrical-coordinate representation of color #C05198: hue angle of 321.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05198 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 152 -
CMYK 0 0.58 0.21 0.25
HSL 321.62º 0.47% 0.54% -
HSV(B) 321.62º 0.58% 0.75% -
XYZ 30.35 19.36 31.84 -
YUV 122.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 192 81 152 0 0.58 0.21 0.25 321.62 0.47 0.54
Hex C0 51 98 0 3A 15 19 142 2F 36
Octal 300 121 230 0 72 25 31 502 57 66
Binary 11000000 1010001 10011000 0 111010 10101 11001 101000010 101111 110110

Color Harmonies of #C05198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05198

Black with #C05198

Text Example


Text Example

White with #C05198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05198; }

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

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

background-color css

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

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

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

border-color css

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

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

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