Html Css Color HEX #C75CA5 Mulberry

📋 copy color: '#C75CA5'

red 199 ◦ green 92 ◦ blue 165

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

Shades of Mulberry #C75CA5

Tints of Mulberry #C75CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 43.64%
G = 20.18%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C75CA5 (or 0xC75CA5) is known color: Mulberry. HEX triplet: C7, 5C and A5. RGB value is (199,92,165). Sum of RGB (Red+Green+Blue) = 199+92+165=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CA5 is #38A35A. Grayscale: #848484. Windows color (decimal): -3711835 or 10837191. OLE color: 10837191.

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

Color convert

RGB 199 92 165 -
CMYK 0 0.54 0.17 0.22
HSL 319.07º 0.49% 0.57% -
HSV(B) 319.07º 0.54% 0.78% -
XYZ 34.17 22.51 38.14 -
YUV 132.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 199 92 165 0 0.54 0.17 0.22 319.07 0.49 0.57
Hex C7 5C A5 0 36 11 16 13F 31 39
Octal 307 134 245 0 66 21 26 477 61 71
Binary 11000111 1011100 10100101 0 110110 10001 10110 100111111 110001 111001

Color Harmonies of #C75CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CA5

Black with #C75CA5

Text Example


Text Example

White with #C75CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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