Html Css Color HEX #C0418B Mulberry

📋 copy color: '#C0418B'

red 192 ◦ green 65 ◦ blue 139

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

Shades of Mulberry #C0418B

Tints of Mulberry #C0418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 48.48%
G = 16.41%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0418B (or 0xC0418B) is known color: Mulberry. HEX triplet: C0, 41 and 8B. RGB value is (192,65,139). Sum of RGB (Red+Green+Blue) = 192+65+139=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0418B is #3FBE74. Grayscale: #6F6F6F. Windows color (decimal): -4177525 or 9126336. OLE color: 9126336.

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

Color convert

RGB 192 65 139 -
CMYK 0 0.66 0.28 0.25
HSL 325.04º 0.5% 0.5% -
HSV(B) 325.04º 0.66% 0.75% -
XYZ 28.29 16.85 26.19 -
YUV 111.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 192 65 139 0 0.66 0.28 0.25 325.04 0.5 0.5
Hex C0 41 8B 0 42 1C 19 145 32 32
Octal 300 101 213 0 102 34 31 505 62 62
Binary 11000000 1000001 10001011 0 1000010 11100 11001 101000101 110010 110010

Color Harmonies of #C0418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0418B

Black with #C0418B

Text Example


Text Example

White with #C0418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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