Html Css Color HEX #C04F9F Mulberry

📋 copy color: '#C04F9F'

red 192 ◦ green 79 ◦ blue 159

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

Shades of Mulberry #C04F9F

Tints of Mulberry #C04F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

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

R = 44.65%
G = 18.37%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C04F9F (or 0xC04F9F) is known color: Mulberry. HEX triplet: C0, 4F and 9F. RGB value is (192,79,159). Sum of RGB (Red+Green+Blue) = 192+79+159=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F9F is #3FB060. Grayscale: #797979. Windows color (decimal): -4173921 or 10440640. OLE color: 10440640.

HSL color Cylindrical-coordinate representation of color #C04F9F: hue angle of 317.52º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F9F is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 159 -
CMYK 0 0.59 0.17 0.25
HSL 317.52º 0.47% 0.53% -
HSV(B) 317.52º 0.59% 0.75% -
XYZ 30.79 19.3 34.9 -
YUV 121.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 192 79 159 0 0.59 0.17 0.25 317.52 0.47 0.53
Hex C0 4F 9F 0 3B 11 19 13E 2F 35
Octal 300 117 237 0 73 21 31 476 57 65
Binary 11000000 1001111 10011111 0 111011 10001 11001 100111110 101111 110101

Color Harmonies of #C04F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F9F

Black with #C04F9F

Text Example


Text Example

White with #C04F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F9F; }

 p { color: rgb(192,79,159); }

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

background-color css

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

 a { background-color: rgb(192,79,159); }

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

border-color css

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

 span { border-color: rgb(192,79,159); }

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