Html Css Color HEX #C75DA2 Mulberry

📋 copy color: '#C75DA2'

red 199 ◦ green 93 ◦ blue 162

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

Shades of Mulberry #C75DA2

Tints of Mulberry #C75DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.48%

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

R = 43.83%
G = 20.48%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C75DA2 (or 0xC75DA2) is known color: Mulberry. HEX triplet: C7, 5D and A2. RGB value is (199,93,162). Sum of RGB (Red+Green+Blue) = 199+93+162=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DA2 is #38A25D. Grayscale: #848484. Windows color (decimal): -3711582 or 10640839. OLE color: 10640839.

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

Color convert

RGB 199 93 162 -
CMYK 0 0.53 0.19 0.22
HSL 320.94º 0.49% 0.57% -
HSV(B) 320.94º 0.53% 0.78% -
XYZ 33.99 22.58 36.75 -
YUV 132.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 199 93 162 0 0.53 0.19 0.22 320.94 0.49 0.57
Hex C7 5D A2 0 35 13 16 141 31 39
Octal 307 135 242 0 65 23 26 501 61 71
Binary 11000111 1011101 10100010 0 110101 10011 10110 101000001 110001 111001

Color Harmonies of #C75DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DA2

Black with #C75DA2

Text Example


Text Example

White with #C75DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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