Html Css Color HEX #C05F9E Mulberry

📋 copy color: '#C05F9E'

red 192 ◦ green 95 ◦ blue 158

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

Shades of Mulberry #C05F9E

Tints of Mulberry #C05F9E

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

 GREEN value IS 95 (37.5% from 255) = 21.35%

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 43.15%
G = 21.35%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C05F9E (or 0xC05F9E) is known color: Mulberry. HEX triplet: C0, 5F and 9E. RGB value is (192,95,158). Sum of RGB (Red+Green+Blue) = 192+95+158=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F9E is #3FA061. Grayscale: #838383. Windows color (decimal): -4169826 or 10379200. OLE color: 10379200.

HSL color Cylindrical-coordinate representation of color #C05F9E: hue angle of 321.03º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F9E is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 158 -
CMYK 0 0.51 0.18 0.25
HSL 321.03º 0.43% 0.56% -
HSV(B) 321.03º 0.51% 0.75% -
XYZ 32 21.86 34.88 -
YUV 131.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 192 95 158 0 0.51 0.18 0.25 321.03 0.43 0.56
Hex C0 5F 9E 0 33 12 19 141 2B 38
Octal 300 137 236 0 63 22 31 501 53 70
Binary 11000000 1011111 10011110 0 110011 10010 11001 101000001 101011 111000

Color Harmonies of #C05F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F9E

Black with #C05F9E

Text Example


Text Example

White with #C05F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F9E; }

 p { color: rgb(192,95,158); }

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

background-color css

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

 a { background-color: rgb(192,95,158); }

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

border-color css

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

 span { border-color: rgb(192,95,158); }

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