Html Css Color HEX #C0418C Mulberry

📋 copy color: '#C0418C'

red 192 ◦ green 65 ◦ blue 140

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

Shades of Mulberry #C0418C

Tints of Mulberry #C0418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 48.36%
G = 16.37%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0418C (or 0xC0418C) is known color: Mulberry. HEX triplet: C0, 41 and 8C. RGB value is (192,65,140). Sum of RGB (Red+Green+Blue) = 192+65+140=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0418C is #3FBE73. Grayscale: #6F6F6F. Windows color (decimal): -4177524 or 9191872. OLE color: 9191872.

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

Color convert

RGB 192 65 140 -
CMYK 0 0.66 0.27 0.25
HSL 324.57º 0.5% 0.5% -
HSV(B) 324.57º 0.66% 0.75% -
XYZ 28.36 16.88 26.57 -
YUV 111.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 192 65 140 0 0.66 0.27 0.25 324.57 0.5 0.5
Hex C0 41 8C 0 42 1B 19 145 32 32
Octal 300 101 214 0 102 33 31 505 62 62
Binary 11000000 1000001 10001100 0 1000010 11011 11001 101000101 110010 110010

Color Harmonies of #C0418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0418C

Black with #C0418C

Text Example


Text Example

White with #C0418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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