Html Css Color HEX #C04F94 Mulberry

📋 copy color: '#C04F94'

red 192 ◦ green 79 ◦ blue 148

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

Shades of Mulberry #C04F94

Tints of Mulberry #C04F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 45.82%
G = 18.85%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04F94 (or 0xC04F94) is known color: Mulberry. HEX triplet: C0, 4F and 94. RGB value is (192,79,148). Sum of RGB (Red+Green+Blue) = 192+79+148=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F94 is #3FB06B. Grayscale: #787878. Windows color (decimal): -4173932 or 9719744. OLE color: 9719744.

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

Color convert

RGB 192 79 148 -
CMYK 0 0.59 0.23 0.25
HSL 323.36º 0.47% 0.53% -
HSV(B) 323.36º 0.59% 0.75% -
XYZ 29.88 18.94 30.1 -
YUV 120.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 192 79 148 0 0.59 0.23 0.25 323.36 0.47 0.53
Hex C0 4F 94 0 3B 17 19 143 2F 35
Octal 300 117 224 0 73 27 31 503 57 65
Binary 11000000 1001111 10010100 0 111011 10111 11001 101000011 101111 110101

Color Harmonies of #C04F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F94

Black with #C04F94

Text Example


Text Example

White with #C04F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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