Html Css Color HEX #C75CA3 Mulberry

📋 copy color: '#C75CA3'

red 199 ◦ green 92 ◦ blue 163

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

Shades of Mulberry #C75CA3

Tints of Mulberry #C75CA3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

 BLUE value IS 163 (64.06% from 255) = 35.9%

R = 43.83%
G = 20.26%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C75CA3 (or 0xC75CA3) is known color: Mulberry. HEX triplet: C7, 5C and A3. RGB value is (199,92,163). Sum of RGB (Red+Green+Blue) = 199+92+163=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CA3 is #38A35C. Grayscale: #838383. Windows color (decimal): -3711837 or 10706119. OLE color: 10706119.

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

Color convert

RGB 199 92 163 -
CMYK 0 0.54 0.18 0.22
HSL 320.19º 0.49% 0.57% -
HSV(B) 320.19º 0.54% 0.78% -
XYZ 33.99 22.44 37.19 -
YUV 132.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 199 92 163 0 0.54 0.18 0.22 320.19 0.49 0.57
Hex C7 5C A3 0 36 12 16 140 31 39
Octal 307 134 243 0 66 22 26 500 61 71
Binary 11000111 1011100 10100011 0 110110 10010 10110 101000000 110001 111001

Color Harmonies of #C75CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CA3

Black with #C75CA3

Text Example


Text Example

White with #C75CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CA3; }

 p { color: rgb(199,92,163); }

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

background-color css

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

 a { background-color: rgb(199,92,163); }

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

border-color css

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

 span { border-color: rgb(199,92,163); }

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