Html Css Color HEX #C04983 Mulberry

📋 copy color: '#C04983'

red 192 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #C04983

Tints of Mulberry #C04983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 48.48%
G = 18.43%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04983 (or 0xC04983) is known color: Mulberry. HEX triplet: C0, 49 and 83. RGB value is (192,73,131). Sum of RGB (Red+Green+Blue) = 192+73+131=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C04983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04983 is #3FB67C. Grayscale: #737373. Windows color (decimal): -4175485 or 8604096. OLE color: 8604096.

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

Color convert

RGB 192 73 131 -
CMYK 0 0.62 0.32 0.25
HSL 330.76º 0.49% 0.52% -
HSV(B) 330.76º 0.62% 0.75% -
XYZ 28.22 17.61 23.38 -
YUV 115.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 192 73 131 0 0.62 0.32 0.25 330.76 0.49 0.52
Hex C0 49 83 0 3E 20 19 14B 31 34
Octal 300 111 203 0 76 40 31 513 61 64
Binary 11000000 1001001 10000011 0 111110 100000 11001 101001011 110001 110100

Color Harmonies of #C04983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04983

Black with #C04983

Text Example


Text Example

White with #C04983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04983; }

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

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

background-color css

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

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

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

border-color css

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

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

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