Html Css Color HEX #C75098 Mulberry

📋 copy color: '#C75098'

red 199 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #C75098

Tints of Mulberry #C75098

RGB

 RED value IS 199 (78.13% from 255) = 46.17%

 GREEN value IS 80 (31.64% from 255) = 18.56%

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

R = 46.17%
G = 18.56%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C75098 (or 0xC75098) is known color: Mulberry. HEX triplet: C7, 50 and 98. RGB value is (199,80,152). Sum of RGB (Red+Green+Blue) = 199+80+152=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C75098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75098 is #38AF67. Grayscale: #7B7B7B. Windows color (decimal): -3714920 or 9982151. OLE color: 9982151.

HSL color Cylindrical-coordinate representation of color #C75098: hue angle of 323.7º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75098 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 152 -
CMYK 0 0.60 0.24 0.22
HSL 323.7º 0.52% 0.55% -
HSV(B) 323.7º 0.6% 0.78% -
XYZ 32.09 20.15 31.9 -
YUV 123.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 199 80 152 0 0.60 0.24 0.22 323.7 0.52 0.55
Hex C7 50 98 0 3C 18 16 144 34 37
Octal 307 120 230 0 74 30 26 504 64 67
Binary 11000111 1010000 10011000 0 111100 11000 10110 101000100 110100 110111

Color Harmonies of #C75098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75098

Black with #C75098

Text Example


Text Example

White with #C75098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75098; }

 p { color: rgb(199,80,152); }

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

background-color css

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

 a { background-color: rgb(199,80,152); }

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

border-color css

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

 span { border-color: rgb(199,80,152); }

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