Html Css Color HEX #C64F9C Mulberry

📋 copy color: '#C64F9C'

red 198 ◦ green 79 ◦ blue 156

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

Shades of Mulberry #C64F9C

Tints of Mulberry #C64F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 45.73%
G = 18.24%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C64F9C (or 0xC64F9C) is known color: Mulberry. HEX triplet: C6, 4F and 9C. RGB value is (198,79,156). Sum of RGB (Red+Green+Blue) = 198+79+156=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F9C is #39B063. Grayscale: #7B7B7B. Windows color (decimal): -3780708 or 10244038. OLE color: 10244038.

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

Color convert

RGB 198 79 156 -
CMYK 0 0.60 0.21 0.22
HSL 321.18º 0.51% 0.54% -
HSV(B) 321.18º 0.6% 0.78% -
XYZ 32.09 20 33.62 -
YUV 123.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 198 79 156 0 0.60 0.21 0.22 321.18 0.51 0.54
Hex C6 4F 9C 0 3C 15 16 141 33 36
Octal 306 117 234 0 74 25 26 501 63 66
Binary 11000110 1001111 10011100 0 111100 10101 10110 101000001 110011 110110

Color Harmonies of #C64F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F9C

Black with #C64F9C

Text Example


Text Example

White with #C64F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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