Html Css Color HEX #C75AA2 Mulberry

📋 copy color: '#C75AA2'

red 199 ◦ green 90 ◦ blue 162

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

Shades of Mulberry #C75AA2

Tints of Mulberry #C75AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 44.12%
G = 19.96%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C75AA2 (or 0xC75AA2) is known color: Mulberry. HEX triplet: C7, 5A and A2. RGB value is (199,90,162). Sum of RGB (Red+Green+Blue) = 199+90+162=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA2 is #38A55D. Grayscale: #828282. Windows color (decimal): -3712350 or 10640071. OLE color: 10640071.

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

Color convert

RGB 199 90 162 -
CMYK 0 0.55 0.19 0.22
HSL 320.37º 0.49% 0.57% -
HSV(B) 320.37º 0.55% 0.78% -
XYZ 33.73 22.06 36.66 -
YUV 130.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 199 90 162 0 0.55 0.19 0.22 320.37 0.49 0.57
Hex C7 5A A2 0 37 13 16 140 31 39
Octal 307 132 242 0 67 23 26 500 61 71
Binary 11000111 1011010 10100010 0 110111 10011 10110 101000000 110001 111001

Color Harmonies of #C75AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AA2

Black with #C75AA2

Text Example


Text Example

White with #C75AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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