Html Css Color HEX #C0419D Mulberry

📋 copy color: '#C0419D'

red 192 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #C0419D

Tints of Mulberry #C0419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 46.38%
G = 15.7%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0419D (or 0xC0419D) is known color: Mulberry. HEX triplet: C0, 41 and 9D. RGB value is (192,65,157). Sum of RGB (Red+Green+Blue) = 192+65+157=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0419D is #3FBE62. Grayscale: #717171. Windows color (decimal): -4177507 or 10305984. OLE color: 10305984.

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

Color convert

RGB 192 65 157 -
CMYK 0 0.66 0.18 0.25
HSL 316.54º 0.5% 0.5% -
HSV(B) 316.54º 0.66% 0.75% -
XYZ 29.71 17.42 33.69 -
YUV 113.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 192 65 157 0 0.66 0.18 0.25 316.54 0.5 0.5
Hex C0 41 9D 0 42 12 19 13D 32 32
Octal 300 101 235 0 102 22 31 475 62 62
Binary 11000000 1000001 10011101 0 1000010 10010 11001 100111101 110010 110010

Color Harmonies of #C0419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0419D

Black with #C0419D

Text Example


Text Example

White with #C0419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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