Html Css Color HEX #C6419D Mulberry

📋 copy color: '#C6419D'

red 198 ◦ green 65 ◦ blue 157

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

Shades of Mulberry #C6419D

Tints of Mulberry #C6419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 47.14%
G = 15.48%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6419D (or 0xC6419D) is known color: Mulberry. HEX triplet: C6, 41 and 9D. RGB value is (198,65,157). Sum of RGB (Red+Green+Blue) = 198+65+157=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6419D is #39BE62. Grayscale: #737373. Windows color (decimal): -3784291 or 10305990. OLE color: 10305990.

HSL color Cylindrical-coordinate representation of color #C6419D: hue angle of 318.5º 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 #C6419D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 157 -
CMYK 0 0.67 0.21 0.22
HSL 318.5º 0.54% 0.52% -
HSV(B) 318.5º 0.67% 0.78% -
XYZ 31.26 18.22 33.77 -
YUV 115.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 198 65 157 0 0.67 0.21 0.22 318.5 0.54 0.52
Hex C6 41 9D 0 43 15 16 13E 36 34
Octal 306 101 235 0 103 25 26 476 66 64
Binary 11000110 1000001 10011101 0 1000011 10101 10110 100111110 110110 110100

Color Harmonies of #C6419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6419D

Black with #C6419D

Text Example


Text Example

White with #C6419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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