Html Css Color HEX #C64FA1 Mulberry

📋 copy color: '#C64FA1'

red 198 ◦ green 79 ◦ blue 161

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

Shades of Mulberry #C64FA1

Tints of Mulberry #C64FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.04%

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 45.21%
G = 18.04%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C64FA1 (or 0xC64FA1) is known color: Mulberry. HEX triplet: C6, 4F and A1. RGB value is (198,79,161). Sum of RGB (Red+Green+Blue) = 198+79+161=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FA1 is #39B05E. Grayscale: #7B7B7B. Windows color (decimal): -3780703 or 10571718. OLE color: 10571718.

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

Color convert

RGB 198 79 161 -
CMYK 0 0.60 0.19 0.22
HSL 318.66º 0.51% 0.54% -
HSV(B) 318.66º 0.6% 0.78% -
XYZ 32.52 20.17 35.9 -
YUV 123.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 198 79 161 0 0.60 0.19 0.22 318.66 0.51 0.54
Hex C6 4F A1 0 3C 13 16 13F 33 36
Octal 306 117 241 0 74 23 26 477 63 66
Binary 11000110 1001111 10100001 0 111100 10011 10110 100111111 110011 110110

Color Harmonies of #C64FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FA1

Black with #C64FA1

Text Example


Text Example

White with #C64FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FA1; }

 p { color: rgb(198,79,161); }

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

background-color css

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

 a { background-color: rgb(198,79,161); }

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

border-color css

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

 span { border-color: rgb(198,79,161); }

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