Html Css Color HEX #C6419A Mulberry

📋 copy color: '#C6419A'

red 198 ◦ green 65 ◦ blue 154

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

Shades of Mulberry #C6419A

Tints of Mulberry #C6419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 47.48%
G = 15.59%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6419A (or 0xC6419A) is known color: Mulberry. HEX triplet: C6, 41 and 9A. RGB value is (198,65,154). Sum of RGB (Red+Green+Blue) = 198+65+154=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6419A is #39BE65. Grayscale: #727272. Windows color (decimal): -3784294 or 10109382. OLE color: 10109382.

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

Color convert

RGB 198 65 154 -
CMYK 0 0.67 0.22 0.22
HSL 319.85º 0.54% 0.52% -
HSV(B) 319.85º 0.67% 0.78% -
XYZ 31.01 18.12 32.43 -
YUV 114.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 198 65 154 0 0.67 0.22 0.22 319.85 0.54 0.52
Hex C6 41 9A 0 43 16 16 140 36 34
Octal 306 101 232 0 103 26 26 500 66 64
Binary 11000110 1000001 10011010 0 1000011 10110 10110 101000000 110110 110100

Color Harmonies of #C6419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6419A

Black with #C6419A

Text Example


Text Example

White with #C6419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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