Html Css Color HEX #C75A9A Mulberry

📋 copy color: '#C75A9A'

red 199 ◦ green 90 ◦ blue 154

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

Shades of Mulberry #C75A9A

Tints of Mulberry #C75A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 44.92%
G = 20.32%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C75A9A (or 0xC75A9A) is known color: Mulberry. HEX triplet: C7, 5A and 9A. RGB value is (199,90,154). Sum of RGB (Red+Green+Blue) = 199+90+154=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A9A is #38A565. Grayscale: #818181. Windows color (decimal): -3712358 or 10115783. OLE color: 10115783.

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

Color convert

RGB 199 90 154 -
CMYK 0 0.55 0.23 0.22
HSL 324.77º 0.49% 0.57% -
HSV(B) 324.77º 0.55% 0.78% -
XYZ 33.04 21.79 33.04 -
YUV 129.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 199 90 154 0 0.55 0.23 0.22 324.77 0.49 0.57
Hex C7 5A 9A 0 37 17 16 145 31 39
Octal 307 132 232 0 67 27 26 505 61 71
Binary 11000111 1011010 10011010 0 110111 10111 10110 101000101 110001 111001

Color Harmonies of #C75A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A9A

Black with #C75A9A

Text Example


Text Example

White with #C75A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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