Html Css Color HEX #C04483 Mulberry

📋 copy color: '#C04483'

red 192 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #C04483

Tints of Mulberry #C04483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 49.1%
G = 17.39%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04483 (or 0xC04483) is known color: Mulberry. HEX triplet: C0, 44 and 83. RGB value is (192,68,131). Sum of RGB (Red+Green+Blue) = 192+68+131=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04483 is #3FBB7C. Grayscale: #707070. Windows color (decimal): -4176765 or 8602816. OLE color: 8602816.

HSL color Cylindrical-coordinate representation of color #C04483: hue angle of 329.52º 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 #C04483 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 131 -
CMYK 0 0.65 0.32 0.25
HSL 329.52º 0.5% 0.51% -
HSV(B) 329.52º 0.65% 0.75% -
XYZ 27.9 16.98 23.28 -
YUV 112.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 192 68 131 0 0.65 0.32 0.25 329.52 0.5 0.51
Hex C0 44 83 0 41 20 19 14A 32 33
Octal 300 104 203 0 101 40 31 512 62 63
Binary 11000000 1000100 10000011 0 1000001 100000 11001 101001010 110010 110011

Color Harmonies of #C04483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04483

Black with #C04483

Text Example


Text Example

White with #C04483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04483; }

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

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

background-color css

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

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

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

border-color css

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

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

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