Html Css Color HEX #C75D9A Mulberry

📋 copy color: '#C75D9A'

red 199 ◦ green 93 ◦ blue 154

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

Shades of Mulberry #C75D9A

Tints of Mulberry #C75D9A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.85%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 44.62%
G = 20.85%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C75D9A (or 0xC75D9A) is known color: Mulberry. HEX triplet: C7, 5D and 9A. RGB value is (199,93,154). Sum of RGB (Red+Green+Blue) = 199+93+154=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D9A is #38A265. Grayscale: #838383. Windows color (decimal): -3711590 or 10116551. OLE color: 10116551.

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

Color convert

RGB 199 93 154 -
CMYK 0 0.53 0.23 0.22
HSL 325.47º 0.49% 0.57% -
HSV(B) 325.47º 0.53% 0.78% -
XYZ 33.3 22.3 33.12 -
YUV 131.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 199 93 154 0 0.53 0.23 0.22 325.47 0.49 0.57
Hex C7 5D 9A 0 35 17 16 145 31 39
Octal 307 135 232 0 65 27 26 505 61 71
Binary 11000111 1011101 10011010 0 110101 10111 10110 101000101 110001 111001

Color Harmonies of #C75D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D9A

Black with #C75D9A

Text Example


Text Example

White with #C75D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D9A; }

 p { color: rgb(199,93,154); }

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

background-color css

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

 a { background-color: rgb(199,93,154); }

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

border-color css

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

 span { border-color: rgb(199,93,154); }

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