Html Css Color HEX #C04F90 Mulberry

📋 copy color: '#C04F90'

red 192 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #C04F90

Tints of Mulberry #C04F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 46.27%
G = 19.04%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04F90 (or 0xC04F90) is known color: Mulberry. HEX triplet: C0, 4F and 90. RGB value is (192,79,144). Sum of RGB (Red+Green+Blue) = 192+79+144=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F90 is #3FB06F. Grayscale: #787878. Windows color (decimal): -4173936 or 9457600. OLE color: 9457600.

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

Color convert

RGB 192 79 144 -
CMYK 0 0.59 0.25 0.25
HSL 325.49º 0.47% 0.53% -
HSV(B) 325.49º 0.59% 0.75% -
XYZ 29.57 18.81 28.46 -
YUV 120.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 192 79 144 0 0.59 0.25 0.25 325.49 0.47 0.53
Hex C0 4F 90 0 3B 19 19 145 2F 35
Octal 300 117 220 0 73 31 31 505 57 65
Binary 11000000 1001111 10010000 0 111011 11001 11001 101000101 101111 110101

Color Harmonies of #C04F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F90

Black with #C04F90

Text Example


Text Example

White with #C04F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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