Html Css Color HEX #C75C9A Mulberry

📋 copy color: '#C75C9A'

red 199 ◦ green 92 ◦ blue 154

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

Shades of Mulberry #C75C9A

Tints of Mulberry #C75C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 44.72%
G = 20.67%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C75C9A (or 0xC75C9A) is known color: Mulberry. HEX triplet: C7, 5C and 9A. RGB value is (199,92,154). Sum of RGB (Red+Green+Blue) = 199+92+154=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C9A is #38A365. Grayscale: #828282. Windows color (decimal): -3711846 or 10116295. OLE color: 10116295.

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

Color convert

RGB 199 92 154 -
CMYK 0 0.54 0.23 0.22
HSL 325.23º 0.49% 0.57% -
HSV(B) 325.23º 0.54% 0.78% -
XYZ 33.21 22.13 33.09 -
YUV 131.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 199 92 154 0 0.54 0.23 0.22 325.23 0.49 0.57
Hex C7 5C 9A 0 36 17 16 145 31 39
Octal 307 134 232 0 66 27 26 505 61 71
Binary 11000111 1011100 10011010 0 110110 10111 10110 101000101 110001 111001

Color Harmonies of #C75C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C9A

Black with #C75C9A

Text Example


Text Example

White with #C75C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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