Html Css Color HEX #C75C9F Mulberry

📋 copy color: '#C75C9F'

red 199 ◦ green 92 ◦ blue 159

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

Shades of Mulberry #C75C9F

Tints of Mulberry #C75C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 44.22%
G = 20.44%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C75C9F (or 0xC75C9F) is known color: Mulberry. HEX triplet: C7, 5C and 9F. RGB value is (199,92,159). Sum of RGB (Red+Green+Blue) = 199+92+159=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C9F is #38A360. Grayscale: #838383. Windows color (decimal): -3711841 or 10443975. OLE color: 10443975.

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

Color convert

RGB 199 92 159 -
CMYK 0 0.54 0.20 0.22
HSL 322.43º 0.49% 0.57% -
HSV(B) 322.43º 0.54% 0.78% -
XYZ 33.64 22.3 35.33 -
YUV 131.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 199 92 159 0 0.54 0.20 0.22 322.43 0.49 0.57
Hex C7 5C 9F 0 36 14 16 142 31 39
Octal 307 134 237 0 66 24 26 502 61 71
Binary 11000111 1011100 10011111 0 110110 10100 10110 101000010 110001 111001

Color Harmonies of #C75C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C9F

Black with #C75C9F

Text Example


Text Example

White with #C75C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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