Html Css Color HEX #C041A5 Mulberry

📋 copy color: '#C041A5'

red 192 ◦ green 65 ◦ blue 165

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

Shades of Mulberry #C041A5

Tints of Mulberry #C041A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 45.5%
G = 15.4%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C041A5 (or 0xC041A5) is known color: Mulberry. HEX triplet: C0, 41 and A5. RGB value is (192,65,165). Sum of RGB (Red+Green+Blue) = 192+65+165=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C041A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041A5 is #3FBE5A. Grayscale: #727272. Windows color (decimal): -4177499 or 10830272. OLE color: 10830272.

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

Color convert

RGB 192 65 165 -
CMYK 0 0.66 0.14 0.25
HSL 312.76º 0.5% 0.5% -
HSV(B) 312.76º 0.66% 0.75% -
XYZ 30.42 17.7 37.41 -
YUV 114.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 192 65 165 0 0.66 0.14 0.25 312.76 0.5 0.5
Hex C0 41 A5 0 42 E 19 139 32 32
Octal 300 101 245 0 102 16 31 471 62 62
Binary 11000000 1000001 10100101 0 1000010 1110 11001 100111001 110010 110010

Color Harmonies of #C041A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041A5

Black with #C041A5

Text Example


Text Example

White with #C041A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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