Html Css Color HEX #C04293 Mulberry

📋 copy color: '#C04293'

red 192 ◦ green 66 ◦ blue 147

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

Shades of Mulberry #C04293

Tints of Mulberry #C04293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.3%

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

R = 47.41%
G = 16.3%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04293 (or 0xC04293) is known color: Mulberry. HEX triplet: C0, 42 and 93. RGB value is (192,66,147). Sum of RGB (Red+Green+Blue) = 192+66+147=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C04293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04293 is #3FBD6C. Grayscale: #707070. Windows color (decimal): -4177261 or 9650880. OLE color: 9650880.

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

Color convert

RGB 192 66 147 -
CMYK 0 0.66 0.23 0.25
HSL 321.43º 0.5% 0.51% -
HSV(B) 321.43º 0.66% 0.75% -
XYZ 28.95 17.21 29.4 -
YUV 112.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 192 66 147 0 0.66 0.23 0.25 321.43 0.5 0.51
Hex C0 42 93 0 42 17 19 141 32 33
Octal 300 102 223 0 102 27 31 501 62 63
Binary 11000000 1000010 10010011 0 1000010 10111 11001 101000001 110010 110011

Color Harmonies of #C04293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04293

Black with #C04293

Text Example


Text Example

White with #C04293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04293; }

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

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

background-color css

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

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

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

border-color css

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

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

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