Html Css Color HEX #C04990 Mulberry

📋 copy color: '#C04990'

red 192 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #C04990

Tints of Mulberry #C04990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 46.94%
G = 17.85%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04990 (or 0xC04990) is known color: Mulberry. HEX triplet: C0, 49 and 90. RGB value is (192,73,144). Sum of RGB (Red+Green+Blue) = 192+73+144=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04990 is #3FB66F. Grayscale: #747474. Windows color (decimal): -4175472 or 9456064. OLE color: 9456064.

HSL color Cylindrical-coordinate representation of color #C04990: hue angle of 324.2º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04990 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 144 -
CMYK 0 0.62 0.25 0.25
HSL 324.2º 0.49% 0.52% -
HSV(B) 324.2º 0.62% 0.75% -
XYZ 29.15 17.99 28.32 -
YUV 116.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 192 73 144 0 0.62 0.25 0.25 324.2 0.49 0.52
Hex C0 49 90 0 3E 19 19 144 31 34
Octal 300 111 220 0 76 31 31 504 61 64
Binary 11000000 1001001 10010000 0 111110 11001 11001 101000100 110001 110100

Color Harmonies of #C04990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04990

Black with #C04990

Text Example


Text Example

White with #C04990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04990; }

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

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

background-color css

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

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

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

border-color css

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

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

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