Html Css Color HEX #C641A0 Mulberry

📋 copy color: '#C641A0'

red 198 ◦ green 65 ◦ blue 160

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

Shades of Mulberry #C641A0

Tints of Mulberry #C641A0

RGB

 RED value IS 198 (77.73% from 255) = 46.81%

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

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 46.81%
G = 15.37%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C641A0 (or 0xC641A0) is known color: Mulberry. HEX triplet: C6, 41 and A0. RGB value is (198,65,160). Sum of RGB (Red+Green+Blue) = 198+65+160=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C641A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641A0 is #39BE5F. Grayscale: #737373. Windows color (decimal): -3784288 or 10502598. OLE color: 10502598.

HSL color Cylindrical-coordinate representation of color #C641A0: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641A0 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 160 -
CMYK 0 0.67 0.19 0.22
HSL 317.14º 0.54% 0.52% -
HSV(B) 317.14º 0.67% 0.78% -
XYZ 31.52 18.32 35.13 -
YUV 115.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 198 65 160 0 0.67 0.19 0.22 317.14 0.54 0.52
Hex C6 41 A0 0 43 13 16 13D 36 34
Octal 306 101 240 0 103 23 26 475 66 64
Binary 11000110 1000001 10100000 0 1000011 10011 10110 100111101 110110 110100

Color Harmonies of #C641A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641A0

Black with #C641A0

Text Example


Text Example

White with #C641A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641A0; }

 p { color: rgb(198,65,160); }

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

background-color css

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

 a { background-color: rgb(198,65,160); }

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

border-color css

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

 span { border-color: rgb(198,65,160); }

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