Html Css Color HEX #C75D9C Mulberry

📋 copy color: '#C75D9C'

red 199 ◦ green 93 ◦ blue 156

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

Shades of Mulberry #C75D9C

Tints of Mulberry #C75D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 44.42%
G = 20.76%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C75D9C (or 0xC75D9C) is known color: Mulberry. HEX triplet: C7, 5D and 9C. RGB value is (199,93,156). Sum of RGB (Red+Green+Blue) = 199+93+156=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75D9C is #38A263. Grayscale: #838383. Windows color (decimal): -3711588 or 10247623. OLE color: 10247623.

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

Color convert

RGB 199 93 156 -
CMYK 0 0.53 0.22 0.22
HSL 324.34º 0.49% 0.57% -
HSV(B) 324.34º 0.53% 0.78% -
XYZ 33.47 22.37 34.01 -
YUV 131.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 199 93 156 0 0.53 0.22 0.22 324.34 0.49 0.57
Hex C7 5D 9C 0 35 16 16 144 31 39
Octal 307 135 234 0 65 26 26 504 61 71
Binary 11000111 1011101 10011100 0 110101 10110 10110 101000100 110001 111001

Color Harmonies of #C75D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D9C

Black with #C75D9C

Text Example


Text Example

White with #C75D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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