Html Css Color HEX #C75AA4 Mulberry

📋 copy color: '#C75AA4'

red 199 ◦ green 90 ◦ blue 164

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

Shades of Mulberry #C75AA4

Tints of Mulberry #C75AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 43.93%
G = 19.87%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C75AA4 (or 0xC75AA4) is known color: Mulberry. HEX triplet: C7, 5A and A4. RGB value is (199,90,164). Sum of RGB (Red+Green+Blue) = 199+90+164=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA4 is #38A55B. Grayscale: #828282. Windows color (decimal): -3712348 or 10771143. OLE color: 10771143.

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

Color convert

RGB 199 90 164 -
CMYK 0 0.55 0.18 0.22
HSL 319.27º 0.49% 0.57% -
HSV(B) 319.27º 0.55% 0.78% -
XYZ 33.91 22.13 37.61 -
YUV 131.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 199 90 164 0 0.55 0.18 0.22 319.27 0.49 0.57
Hex C7 5A A4 0 37 12 16 13F 31 39
Octal 307 132 244 0 67 22 26 477 61 71
Binary 11000111 1011010 10100100 0 110111 10010 10110 100111111 110001 111001

Color Harmonies of #C75AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AA4

Black with #C75AA4

Text Example


Text Example

White with #C75AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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