Html Css Color HEX #C04094 Mulberry

📋 copy color: '#C04094'

red 192 ◦ green 64 ◦ blue 148

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

Shades of Mulberry #C04094

Tints of Mulberry #C04094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

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

R = 47.52%
G = 15.84%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04094 (or 0xC04094) is known color: Mulberry. HEX triplet: C0, 40 and 94. RGB value is (192,64,148). Sum of RGB (Red+Green+Blue) = 192+64+148=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C04094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04094 is #3FBF6B. Grayscale: #6F6F6F. Windows color (decimal): -4177772 or 9715904. OLE color: 9715904.

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

Color convert

RGB 192 64 148 -
CMYK 0 0.67 0.23 0.25
HSL 320.63º 0.5% 0.5% -
HSV(B) 320.63º 0.67% 0.75% -
XYZ 28.92 17.01 29.78 -
YUV 111.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 192 64 148 0 0.67 0.23 0.25 320.63 0.5 0.5
Hex C0 40 94 0 43 17 19 141 32 32
Octal 300 100 224 0 103 27 31 501 62 62
Binary 11000000 1000000 10010100 0 1000011 10111 11001 101000001 110010 110010

Color Harmonies of #C04094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04094

Black with #C04094

Text Example


Text Example

White with #C04094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04094; }

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

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

background-color css

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

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

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

border-color css

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

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

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