Html Css Color HEX #C75093 Mulberry

📋 copy color: '#C75093'

red 199 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #C75093

Tints of Mulberry #C75093

RGB

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

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

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

R = 46.71%
G = 18.78%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C75093 (or 0xC75093) is known color: Mulberry. HEX triplet: C7, 50 and 93. RGB value is (199,80,147). Sum of RGB (Red+Green+Blue) = 199+80+147=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C75093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75093 is #38AF6C. Grayscale: #7B7B7B. Windows color (decimal): -3714925 or 9654471. OLE color: 9654471.

HSL color Cylindrical-coordinate representation of color #C75093: hue angle of 326.22º 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 #C75093 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 147 -
CMYK 0 0.60 0.26 0.22
HSL 326.22º 0.52% 0.55% -
HSV(B) 326.22º 0.6% 0.78% -
XYZ 31.69 19.99 29.79 -
YUV 123.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 199 80 147 0 0.60 0.26 0.22 326.22 0.52 0.55
Hex C7 50 93 0 3C 1A 16 146 34 37
Octal 307 120 223 0 74 32 26 506 64 67
Binary 11000111 1010000 10010011 0 111100 11010 10110 101000110 110100 110111

Color Harmonies of #C75093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75093

Black with #C75093

Text Example


Text Example

White with #C75093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75093; }

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

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

background-color css

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

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

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

border-color css

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

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

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