Html Css Color HEX #C63F80 Mulberry

📋 copy color: '#C63F80'

red 198 ◦ green 63 ◦ blue 128

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

Shades of Mulberry #C63F80

Tints of Mulberry #C63F80

RGB

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

 GREEN value IS 63 (25% from 255) = 16.2%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 50.9%
G = 16.2%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C63F80 (or 0xC63F80) is known color: Mulberry. HEX triplet: C6, 3F and 80. RGB value is (198,63,128). Sum of RGB (Red+Green+Blue) = 198+63+128=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F80 is #39C07F. Grayscale: #6E6E6E. Windows color (decimal): -3784832 or 8404934. OLE color: 8404934.

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

Color convert

RGB 198 63 128 -
CMYK 0 0.68 0.35 0.22
HSL 331.11º 0.54% 0.51% -
HSV(B) 331.11º 0.68% 0.78% -
XYZ 28.96 17.12 22.2 -
YUV 110.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 198 63 128 0 0.68 0.35 0.22 331.11 0.54 0.51
Hex C6 3F 80 0 44 23 16 14B 36 33
Octal 306 77 200 0 104 43 26 513 66 63
Binary 11000110 111111 10000000 0 1000100 100011 10110 101001011 110110 110011

Color Harmonies of #C63F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F80

Black with #C63F80

Text Example


Text Example

White with #C63F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F80; }

 p { color: rgb(198,63,128); }

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

background-color css

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

 a { background-color: rgb(198,63,128); }

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

border-color css

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

 span { border-color: rgb(198,63,128); }

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