Html Css Color HEX #C75AA8 Mulberry

📋 copy color: '#C75AA8'

red 199 ◦ green 90 ◦ blue 168

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

Shades of Mulberry #C75AA8

Tints of Mulberry #C75AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 43.54%
G = 19.69%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C75AA8 (or 0xC75AA8) is known color: Mulberry. HEX triplet: C7, 5A and A8. RGB value is (199,90,168). Sum of RGB (Red+Green+Blue) = 199+90+168=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA8 is #38A557. Grayscale: #838383. Windows color (decimal): -3712344 or 11033287. OLE color: 11033287.

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

Color convert

RGB 199 90 168 -
CMYK 0 0.55 0.16 0.22
HSL 317.06º 0.49% 0.57% -
HSV(B) 317.06º 0.55% 0.78% -
XYZ 34.28 22.28 39.54 -
YUV 131.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 199 90 168 0 0.55 0.16 0.22 317.06 0.49 0.57
Hex C7 5A A8 0 37 10 16 13D 31 39
Octal 307 132 250 0 67 20 26 475 61 71
Binary 11000111 1011010 10101000 0 110111 10000 10110 100111101 110001 111001

Color Harmonies of #C75AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AA8

Black with #C75AA8

Text Example


Text Example

White with #C75AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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