Html Css Color HEX #C04183 Mulberry

📋 copy color: '#C04183'

red 192 ◦ green 65 ◦ blue 131

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

Shades of Mulberry #C04183

Tints of Mulberry #C04183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

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

R = 49.48%
G = 16.75%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04183 (or 0xC04183) is known color: Mulberry. HEX triplet: C0, 41 and 83. RGB value is (192,65,131). Sum of RGB (Red+Green+Blue) = 192+65+131=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04183 is #3FBE7C. Grayscale: #6E6E6E. Windows color (decimal): -4177533 or 8602048. OLE color: 8602048.

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

Color convert

RGB 192 65 131 -
CMYK 0 0.66 0.32 0.25
HSL 328.82º 0.5% 0.5% -
HSV(B) 328.82º 0.66% 0.75% -
XYZ 27.73 16.63 23.22 -
YUV 110.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 192 65 131 0 0.66 0.32 0.25 328.82 0.5 0.5
Hex C0 41 83 0 42 20 19 149 32 32
Octal 300 101 203 0 102 40 31 511 62 62
Binary 11000000 1000001 10000011 0 1000010 100000 11001 101001001 110010 110010

Color Harmonies of #C04183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04183

Black with #C04183

Text Example


Text Example

White with #C04183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04183; }

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

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

background-color css

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

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

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

border-color css

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

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

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