Html Css Color HEX #C0418A Mulberry

📋 copy color: '#C0418A'

red 192 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #C0418A

Tints of Mulberry #C0418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 48.61%
G = 16.46%
B = 34.94%

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

#C0418A (or 0xC0418A) is known color: Mulberry. HEX triplet: C0, 41 and 8A. RGB value is (192,65,138). Sum of RGB (Red+Green+Blue) = 192+65+138=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0418A is #3FBE75. Grayscale: #6F6F6F. Windows color (decimal): -4177526 or 9060800. OLE color: 9060800.

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

Color convert

RGB 192 65 138 -
CMYK 0 0.66 0.28 0.25
HSL 325.51º 0.5% 0.5% -
HSV(B) 325.51º 0.66% 0.75% -
XYZ 28.22 16.82 25.8 -
YUV 111.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 192 65 138 0 0.66 0.28 0.25 325.51 0.5 0.5
Hex C0 41 8A 0 42 1C 19 146 32 32
Octal 300 101 212 0 102 34 31 506 62 62
Binary 11000000 1000001 10001010 0 1000010 11100 11001 101000110 110010 110010

Color Harmonies of #C0418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0418A

Black with #C0418A

Text Example


Text Example

White with #C0418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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