Html Css Color HEX #C04883 Mulberry

📋 copy color: '#C04883'

red 192 ◦ green 72 ◦ blue 131

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

Shades of Mulberry #C04883

Tints of Mulberry #C04883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 48.61%
G = 18.23%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04883 (or 0xC04883) is known color: Mulberry. HEX triplet: C0, 48 and 83. RGB value is (192,72,131). Sum of RGB (Red+Green+Blue) = 192+72+131=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04883 is #3FB77C. Grayscale: #727272. Windows color (decimal): -4175741 or 8603840. OLE color: 8603840.

HSL color Cylindrical-coordinate representation of color #C04883: hue angle of 330.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04883 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 131 -
CMYK 0 0.63 0.32 0.25
HSL 330.5º 0.49% 0.52% -
HSV(B) 330.5º 0.63% 0.75% -
XYZ 28.15 17.48 23.36 -
YUV 114.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 192 72 131 0 0.63 0.32 0.25 330.5 0.49 0.52
Hex C0 48 83 0 3F 20 19 14A 31 34
Octal 300 110 203 0 77 40 31 512 61 64
Binary 11000000 1001000 10000011 0 111111 100000 11001 101001010 110001 110100

Color Harmonies of #C04883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04883

Black with #C04883

Text Example


Text Example

White with #C04883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04883; }

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

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

background-color css

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

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

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

border-color css

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

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

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