Html Css Color HEX #C64E8D Mulberry

📋 copy color: '#C64E8D'

red 198 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #C64E8D

Tints of Mulberry #C64E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 47.48%
G = 18.71%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C64E8D (or 0xC64E8D) is known color: Mulberry. HEX triplet: C6, 4E and 8D. RGB value is (198,78,141). Sum of RGB (Red+Green+Blue) = 198+78+141=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E8D is #39B172. Grayscale: #787878. Windows color (decimal): -3780979 or 9260742. OLE color: 9260742.

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

Color convert

RGB 198 78 141 -
CMYK 0 0.61 0.29 0.22
HSL 328.5º 0.51% 0.54% -
HSV(B) 328.5º 0.61% 0.78% -
XYZ 30.82 19.38 27.32 -
YUV 121.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 198 78 141 0 0.61 0.29 0.22 328.5 0.51 0.54
Hex C6 4E 8D 0 3D 1D 16 148 33 36
Octal 306 116 215 0 75 35 26 510 63 66
Binary 11000110 1001110 10001101 0 111101 11101 10110 101001000 110011 110110

Color Harmonies of #C64E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E8D

Black with #C64E8D

Text Example


Text Example

White with #C64E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E8D; }

 p { color: rgb(198,78,141); }

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

background-color css

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

 a { background-color: rgb(198,78,141); }

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

border-color css

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

 span { border-color: rgb(198,78,141); }

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