Html Css Color HEX #C04593 Mulberry

📋 copy color: '#C04593'

red 192 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #C04593

Tints of Mulberry #C04593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 47.06%
G = 16.91%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04593 (or 0xC04593) is known color: Mulberry. HEX triplet: C0, 45 and 93. RGB value is (192,69,147). Sum of RGB (Red+Green+Blue) = 192+69+147=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04593 is #3FBA6C. Grayscale: #727272. Windows color (decimal): -4176493 or 9651648. OLE color: 9651648.

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

Color convert

RGB 192 69 147 -
CMYK 0 0.64 0.23 0.25
HSL 321.95º 0.49% 0.51% -
HSV(B) 321.95º 0.64% 0.75% -
XYZ 29.13 17.57 29.46 -
YUV 114.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 192 69 147 0 0.64 0.23 0.25 321.95 0.49 0.51
Hex C0 45 93 0 40 17 19 142 31 33
Octal 300 105 223 0 100 27 31 502 61 63
Binary 11000000 1000101 10010011 0 1000000 10111 11001 101000010 110001 110011

Color Harmonies of #C04593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04593

Black with #C04593

Text Example


Text Example

White with #C04593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04593; }

 p { color: rgb(192,69,147); }

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

background-color css

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

 a { background-color: rgb(192,69,147); }

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

border-color css

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

 span { border-color: rgb(192,69,147); }

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