Html Css Color HEX #C75CA4 Mulberry

📋 copy color: '#C75CA4'

red 199 ◦ green 92 ◦ blue 164

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

Shades of Mulberry #C75CA4

Tints of Mulberry #C75CA4

RGB

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

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

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

R = 43.74%
G = 20.22%
B = 36.04%

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

#C75CA4 (or 0xC75CA4) is known color: Mulberry. HEX triplet: C7, 5C and A4. RGB value is (199,92,164). Sum of RGB (Red+Green+Blue) = 199+92+164=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CA4 is #38A35B. Grayscale: #848484. Windows color (decimal): -3711836 or 10771655. OLE color: 10771655.

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

Color convert

RGB 199 92 164 -
CMYK 0 0.54 0.18 0.22
HSL 319.63º 0.49% 0.57% -
HSV(B) 319.63º 0.54% 0.78% -
XYZ 34.08 22.48 37.66 -
YUV 132.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 199 92 164 0 0.54 0.18 0.22 319.63 0.49 0.57
Hex C7 5C A4 0 36 12 16 140 31 39
Octal 307 134 244 0 66 22 26 500 61 71
Binary 11000111 1011100 10100100 0 110110 10010 10110 101000000 110001 111001

Color Harmonies of #C75CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CA4

Black with #C75CA4

Text Example


Text Example

White with #C75CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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