Html Css Color HEX #C04493 Mulberry

📋 copy color: '#C04493'

red 192 ◦ green 68 ◦ blue 147

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

Shades of Mulberry #C04493

Tints of Mulberry #C04493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 47.17%
G = 16.71%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04493 (or 0xC04493) is known color: Mulberry. HEX triplet: C0, 44 and 93. RGB value is (192,68,147). Sum of RGB (Red+Green+Blue) = 192+68+147=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04493 is #3FBB6C. Grayscale: #717171. Windows color (decimal): -4176749 or 9651392. OLE color: 9651392.

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

Color convert

RGB 192 68 147 -
CMYK 0 0.65 0.23 0.25
HSL 321.77º 0.5% 0.51% -
HSV(B) 321.77º 0.65% 0.75% -
XYZ 29.07 17.45 29.44 -
YUV 114.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 192 68 147 0 0.65 0.23 0.25 321.77 0.5 0.51
Hex C0 44 93 0 41 17 19 142 32 33
Octal 300 104 223 0 101 27 31 502 62 63
Binary 11000000 1000100 10010011 0 1000001 10111 11001 101000010 110010 110011

Color Harmonies of #C04493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04493

Black with #C04493

Text Example


Text Example

White with #C04493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04493; }

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

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

background-color css

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

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

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

border-color css

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

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

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